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 a2ac13c commit 24addb6Copy full SHA for 24addb6
setup.py
@@ -12,7 +12,7 @@
12
13
# Getting description:
14
with open('README.rst') as readme_file:
15
- description = readme_file.read().encode('utf-8')
+ description = readme_file.read()
16
17
# Getting requirements:
18
with open('requirements.txt') as requirements_file:
0 commit comments