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 4a8ff91 commit 4eec8d4Copy full SHA for 4eec8d4
setup.py
@@ -110,7 +110,7 @@ def main():
110
long_description=open('doc/announcement.txt').read()
111
try:
112
# attempt to interpret string as 'ascii'
113
- long_description = long_description.encode('ascii')
+ long_description.encode('ascii')
114
except UnicodeEncodeError as cause:
115
print("doc/announcement.txt contains non-ascii: %s"
116
% cause, file=sys.stderr)
0 commit comments