summarylogtreecommitdiffstats
path: root/dlock13-0.4.1-skip_readme.patch
blob: c50d509a4d580d525ef2ac78c2885ca09530f845 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- setup.py	2017-06-08 01:11:55.000000000 +0200
+++ setup-new.py	2022-12-20 13:50:56.906665512 +0100
@@ -1,8 +1,8 @@
 import os
 from setuptools import find_packages, setup
 
-with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
-    README = readme.read()
+#with open(os.path.join(os.path.dirname(__file__), 'README.md')) as readme:
+#    README = readme.read()
 
 # allow setup.py to be run from any path
 os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
@@ -14,7 +14,7 @@
     include_package_data=True,
     license='MIT License',
     description='Python API for MQTT-based doorlocks',
-    long_description=README,
+    long_description="not required",
     url='https://github.com/bitraf/dlock13',
     author='Jon Nordby',
     author_email='jononor@gmail.com',