Skip to content

Commit d492ef4

Browse files
committed
Add encoding parameter in open function in setup.py.
1 parent e71ef0e commit d492ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
author=__author__,
1212
author_email="[email protected]",
1313
description="A library to make easier dialog box in terminal.",
14-
long_description=open("README.md").read(),
14+
long_description=open("README.md", encoding="utf-8").read(),
1515
include_package_data=True,
1616
url="https://github.com/Tim-ats-d/Visual-dialog",
1717
classifiers=[

0 commit comments

Comments
 (0)