We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfdcff commit 3c699a5Copy full SHA for 3c699a5
MANIFEST.in
@@ -1,2 +1,2 @@
1
-include README.md
+include README.rst
2
include LICENSE
setup.cfg
[metadata]
-description-file = README.md
+description-file = README.rst
setup.py
@@ -25,7 +25,7 @@
25
'Natural Language :: English',
26
]
27
28
-with open('README.md') as fp:
+with open('README.rst') as fp:
29
LONG_DESCRIPTION = ' '.join(fp.readlines())
30
31
setup(
0 commit comments