Skip to content

Commit f50ab07

Browse files
author
Li Xu
committed
Fix for build
1 parent 1bbedcb commit f50ab07

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
@@ -23,7 +23,7 @@ def read(*filenames, **kwargs):
2323
buf.append(f.read())
2424
return sep.join(buf)
2525

26-
long_description = read('README.txt', 'CHANGES.txt')
26+
long_description = read('README.md', 'CHANGES.txt')
2727

2828
setup(name=NAME,
2929
author=AUTHOR,

0 commit comments

Comments
 (0)