Skip to content

Commit a9ae900

Browse files
Encode readme
1 parent d29fdc2 commit a9ae900

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
with open("minds/__about__.py") as fp:
55
exec(fp.read(), about)
66

7-
with open("README.md", "r") as fh:
7+
with open("README.md", "r", encoding="utf-8") as fh:
88
long_description = fh.read()
99

10-
with open('requirements.txt') as req_file:
10+
with open("requirements.txt") as req_file:
1111
requirements = req_file.read().splitlines()
1212

1313
setup(

0 commit comments

Comments
 (0)