Rename readme, fix packaging

This commit is contained in:
Raphael Michel
2017-01-04 22:10:06 +01:00
parent c639cd96f5
commit b16824ec2b
6 changed files with 19 additions and 322 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ here = path.abspath(path.dirname(__file__))
# Get the long description from the relevant file
try:
with open(path.join(here, '../README.md'), encoding='utf-8') as f:
with open(path.join(here, '../README.rst'), encoding='utf-8') as f:
long_description = f.read()
except:
long_description = ''
@@ -122,5 +122,5 @@ setup(
packages=find_packages(exclude=['tests', 'tests.*']),
include_package_data=True,
cmdclass=cmdclass
cmdclass=cmdclass,
)