Loading setup.cfg 0 → 100644 +2 −0 Original line number Diff line number Diff line [metadata] description-file = README.md No newline at end of file setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import os from setuptools import setup, find_packages README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read() README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) Loading Loading
setup.cfg 0 → 100644 +2 −0 Original line number Diff line number Diff line [metadata] description-file = README.md No newline at end of file
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ import os from setuptools import setup, find_packages README = open(os.path.join(os.path.dirname(__file__), 'README.md')).read() README = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read() os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) Loading