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 312ff20 commit d3788daCopy full SHA for d3788da
setup.py
@@ -5,7 +5,7 @@
5
# read the contents of your README file
6
from os import path
7
this_directory = path.abspath(path.dirname(__file__))
8
-with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
+with open(path.join(this_directory, 'README.md')) as f:
9
long_description = f.read()
10
11
setup(
0 commit comments