Skip to content

Commit d3788da

Browse files
committed
fix: genius packaging docs are only for py3
1 parent 312ff20 commit d3788da

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
@@ -5,7 +5,7 @@
55
# read the contents of your README file
66
from os import path
77
this_directory = path.abspath(path.dirname(__file__))
8-
with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
8+
with open(path.join(this_directory, 'README.md')) as f:
99
long_description = f.read()
1010

1111
setup(

0 commit comments

Comments
 (0)