diff --git a/setup.py b/setup.py index e4a6ae3..092cb7f 100644 --- a/setup.py +++ b/setup.py @@ -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(