We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 717f287 commit 081aa35Copy full SHA for 081aa35
setup.py
@@ -5,7 +5,7 @@
5
6
here = path.abspath(path.dirname(__file__))
7
8
-with open('LONG_DESCRIPTION.md') as f:
+with open('README.md') as f:
9
long_description = f.read()
10
11
setup(
0 commit comments