Skip to content

Commit d6ab5f5

Browse files
committed
merge readme filename change
2 parents 9e47241 + 04f7171 commit d6ab5f5

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

README.txt renamed to README.rst

File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616

1717
try:
18-
long_description = open('README.txt', 'rt').read()
18+
long_description = open('README.rst', 'rt').read()
1919
except IOError:
2020
long_description = ''
2121

0 commit comments

Comments
 (0)