Skip to content

Commit 5718082

Browse files
committed
references #17, fix travis docs - attempt 5
1 parent b7eadcc commit 5718082

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_long_description():
1717

1818
print "found rst readme %s" % rst_readme
1919
with open(rst_readme) as fp:
20-
long_description = rst_readme.read()
20+
long_description = fp.read()
2121

2222
return long_description
2323

0 commit comments

Comments
 (0)