Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit dfb1e08

Browse files
author
bweigel
committed
updates setup.py
1 parent 5aaece4 commit dfb1e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
here = path.abspath(path.dirname(__file__))
55

66
# Get the long description from the README file
7-
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
7+
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
88
long_description = f.read()
99

1010
with open(path.join(here, 'HISTORY.md'), encoding='utf-8') as f:

0 commit comments

Comments
 (0)