Skip to content

Commit 24addb6

Browse files
committed
Fix README
1 parent a2ac13c commit 24addb6

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
@@ -12,7 +12,7 @@
1212

1313
# Getting description:
1414
with open('README.rst') as readme_file:
15-
description = readme_file.read().encode('utf-8')
15+
description = readme_file.read()
1616

1717
# Getting requirements:
1818
with open('requirements.txt') as requirements_file:

0 commit comments

Comments
 (0)