Python2 fix

This commit is contained in:
Stephane Bruckert 2020-01-16 17:57:17 +00:00
parent fc0c45654a
commit 6ff0c290a8

View File

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