Skip to content

Commit 3c699a5

Browse files
committed
Packaging updates.
1 parent 2cfdcff commit 3c699a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
include README.md
1+
include README.rst
22
include LICENSE

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[metadata]
2-
description-file = README.md
2+
description-file = README.rst

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'Natural Language :: English',
2626
]
2727

28-
with open('README.md') as fp:
28+
with open('README.rst') as fp:
2929
LONG_DESCRIPTION = ' '.join(fp.readlines())
3030

3131
setup(

0 commit comments

Comments
 (0)