diff --git a/setup.py b/setup.py index c3ca08c..567f4c3 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup -with open("README.md", "r", encoding="utf-8") as file: +with open("README.md", encoding="utf-8") as file: long_description = file.read() VERSION = "0.12.0"