Fix the setup.py on Debian
This commit is contained in:
parent
8542e650ec
commit
dda30c48b7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
with open("README.md", encoding='utf-8') as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue