We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbedcb commit f50ab07Copy full SHA for f50ab07
setup.py
@@ -23,7 +23,7 @@ def read(*filenames, **kwargs):
23
buf.append(f.read())
24
return sep.join(buf)
25
26
-long_description = read('README.txt', 'CHANGES.txt')
+long_description = read('README.md', 'CHANGES.txt')
27
28
setup(name=NAME,
29
author=AUTHOR,
0 commit comments