Skip to content

Commit

Permalink
setup.py error on windows - encoding may solve
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimhamane committed Jan 15, 2024
1 parent c30f696 commit e4cd49a
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
Expand Up @@ -6,7 +6,7 @@
from os import path as op
from setuptools import setup, find_packages

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

here = op.abspath(op.dirname(__file__))
Expand Down

0 comments on commit e4cd49a

Please sign in to comment.