andreped commited on
Commit
693891f
·
1 Parent(s): ac935be

minor bug fix

Browse files
Files changed (1) hide show
  1. setup.py +1 -1
setup.py CHANGED
@@ -1,6 +1,6 @@
1
  import setuptools
2
 
3
- with open("README.md", "r", encoding='utf-16') as f:
4
  long_description = f.read()
5
 
6
  setuptools.setup(
 
1
  import setuptools
2
 
3
+ with open("README.md", "r") as f:
4
  long_description = f.read()
5
 
6
  setuptools.setup(