We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7eadcc commit 5718082Copy full SHA for 5718082
1 file changed
setup.py
@@ -17,7 +17,7 @@ def get_long_description():
17
18
print "found rst readme %s" % rst_readme
19
with open(rst_readme) as fp:
20
- long_description = rst_readme.read()
+ long_description = fp.read()
21
22
return long_description
23
0 commit comments