1
0
Fork 0

Fix the setup.py on Debian

This commit is contained in:
jvoisin 2019-02-21 10:36:23 +01:00
parent 8542e650ec
commit dda30c48b7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import setuptools import setuptools
with open("README.md", "r") as fh: with open("README.md", encoding='utf-8') as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(