setup encoding modify
This commit is contained in:
parent
3fabaf008f
commit
4bbe4f8230
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,6 +1,6 @@
|
|||
import setuptools
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
with open("README.md", "r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue