Update setup.py

This commit is contained in:
Leon 2021-12-22 15:15:55 +01:00 committed by GitHub
parent 6fbd50ef21
commit 403b491e76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ setup(
NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.
""",
long_description=open(os.path.join(dirname, "README.md")).read(),
long_description=open(os.path.join(dirname, "README.md"),encoding="utf-8").read(),
long_description_content_type="text/markdown",
classifiers=[
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",