Skip to content

Commit 3424e49

Browse files
Fix README reference in setup.py
1 parent 85e94c3 commit 3424e49

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
@@ -8,7 +8,7 @@ def description_text():
88

99

1010
def readme():
11-
with open('README.rst') as f:
11+
with open('README_pypi.rst') as f:
1212
return f.read()
1313

1414

0 commit comments

Comments
 (0)