|
@@ -71,7 +71,7 @@ def get_install_requires():
|
|
|
|
|
|
|
|
|
|
def get_long_description():
|
|
def get_long_description():
|
|
- with open("README.md") as f:
|
|
|
|
|
|
+ with open("README.md", encoding="utf8") as f:
|
|
long_description = f.read()
|
|
long_description = f.read()
|
|
try:
|
|
try:
|
|
# when this package is being released
|
|
# when this package is being released
|