mirror of
https://github.com/matrix-org/pantalaimon.git
synced 2025-07-23 15:00:34 -04:00
setup.py: Explicitly set the file encoding of the readme.
This commit is contained in:
parent
94fa30a56e
commit
83f749d486
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
with open('README.md') as f:
|
||||
with open("README.md", encoding="utf-8") as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue