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 430cfe7 commit 8dd4b53Copy full SHA for 8dd4b53
README.txt renamed to README.rst
setup.cfg
@@ -12,4 +12,4 @@ doctest-tests=1
12
universal = 1
13
14
[metadata]
15
-description-file = README.txt
+description-file = README.rst
setup.py
@@ -6,7 +6,7 @@
6
7
# Read the long description from the README.txt
8
thisdir = os.path.abspath(os.path.dirname(__file__))
9
-with open(os.path.join(thisdir, 'README.txt')) as f:
+with open(os.path.join(thisdir, 'README.rst')) as f:
10
kwds['long_description'] = f.read()
11
0 commit comments