Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup with open('README.rst') as readme_file: with open('README.md') as readme_file: readme = readme_file.read() setup( Loading Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ from setuptools import setup with open('README.rst') as readme_file: with open('README.md') as readme_file: readme = readme_file.read() setup( Loading