Skip to content

Commit 8dd4b53

Browse files
committed
MAINT: apply reST file extension for Github recognition.
1 parent 430cfe7 commit 8dd4b53

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ doctest-tests=1
1212
universal = 1
1313

1414
[metadata]
15-
description-file = README.txt
15+
description-file = README.rst

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Read the long description from the README.txt
88
thisdir = os.path.abspath(os.path.dirname(__file__))
9-
with open(os.path.join(thisdir, 'README.txt')) as f:
9+
with open(os.path.join(thisdir, 'README.rst')) as f:
1010
kwds['long_description'] = f.read()
1111

1212

0 commit comments

Comments
 (0)