Skip to content

Commit f818d26

Browse files
committed
Update links
1 parent 2b8f42c commit f818d26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# Get the long description from the README file
1111
here = path.abspath(path.dirname(__file__))
12-
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
12+
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
1313
long_description = f.read()
1414

1515
about: Dict[str, str] = {}

0 commit comments

Comments
 (0)