We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c2a80 commit a275cb9Copy full SHA for a275cb9
1 file changed
source/tutorials/packaging-projects.rst
@@ -62,7 +62,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
62
63
import setuptools
64
65
- with open("README.md", "r") as fh:
+ with open("README.md", "r", encoding="utf-8") as fh:
66
long_description = fh.read()
67
68
setuptools.setup(
0 commit comments