Skip to content
This repository was archived by the owner on Sep 26, 2020. It is now read-only.

Commit 75b9e21

Browse files
committed
Fix description reader
1 parent b201355 commit 75b9e21

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
@@ -4,7 +4,7 @@
44
here = path.abspath(path.dirname(__file__))
55

66
# Get the long description from the README file
7-
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
7+
with open(path.join(here, 'README.md')) as f:
88
long_description = f.read()
99

1010
setup(

0 commit comments

Comments
 (0)