mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed setup.py encoding for README
This commit is contained in:
parent
c37978f1f2
commit
216a7f741c
2
setup.py
2
setup.py
@ -33,7 +33,7 @@ with open("requirements.txt") as data:
|
|||||||
]
|
]
|
||||||
|
|
||||||
# Load README contents
|
# Load README contents
|
||||||
with open("README.md") as data:
|
with open("README.md", encoding = "utf-8") as data:
|
||||||
long_description = data.read()
|
long_description = data.read()
|
||||||
|
|
||||||
# Package description
|
# Package description
|
||||||
|
Loading…
Reference in New Issue
Block a user