We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47975c4 commit 9ac0e9dCopy full SHA for 9ac0e9d
source/tutorials/packaging-projects.rst
@@ -70,7 +70,7 @@ the values if you want:
70
71
import setuptools
72
73
- with open("README.rst", "r") as fh:
+ with open("README.md", "r") as fh:
74
long_description = fh.read()
75
76
setuptools.setup(
@@ -343,4 +343,4 @@ some things you can do:
343
and `poetry`_.
344
345
.. _hatch: https://github.com/ofek/hatch
346
-.. _poetry: https://github.com/sdispater/poetry
+.. _poetry: https://github.com/sdispater/poetry
0 commit comments