We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2024fb commit f485d8fCopy full SHA for f485d8f
setup.py
@@ -7,7 +7,7 @@
7
here = path.abspath(path.dirname(__file__))
8
9
10
-with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
+with open(path.join(here, 'README.rst')) as f:
11
long_description = f.read()
12
13
0 commit comments