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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user