Skip to content

Commit

Permalink
encoding of the readme in the setup.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed Sep 10, 2023
1 parent 391b408 commit a9e805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

with open("README.md", "r") as readme_file:
with open("README.md", "r", encoding='utf8') as readme_file:
readme = readme_file.read()

requirements = []
Expand Down

0 comments on commit a9e805e

Please sign in to comment.