1
0
mirror of synced 2024-11-22 01:04:23 +01:00

Fix the setup.py on Debian

This commit is contained in:
jvoisin 2019-02-21 10:36:23 +01:00
parent 8542e650ec
commit dda30c48b7

View File

@ -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(