We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 886be54 + a275cb9 commit 794482fCopy full SHA for 794482f
1 file changed
source/tutorials/packaging-projects.rst
@@ -69,7 +69,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
69
70
import setuptools
71
72
- with open("README.md", "r") as fh:
+ with open("README.md", "r", encoding="utf-8") as fh:
73
long_description = fh.read()
74
75
setuptools.setup(
0 commit comments