We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96d207c commit b418760Copy full SHA for b418760
1 file changed
setup.py
@@ -53,7 +53,7 @@ def Read(file):
53
return open(file).read()
54
55
def BuildLongDescription():
56
- return '\n'.join([Read('README'), Read('CHANGES')])
+ return '\n'.join([Read('README.md'), Read('CHANGES')])
57
58
def Main():
59
# Build the long_description from the README and CHANGES
0 commit comments