Skip to content

Commit f485d8f

Browse files
committed
bugfix: setup.py was not able to open README.rst
1 parent e2024fb commit f485d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
here = path.abspath(path.dirname(__file__))
88

99

10-
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
10+
with open(path.join(here, 'README.rst')) as f:
1111
long_description = f.read()
1212

1313

0 commit comments

Comments
 (0)