We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41e77c6 commit 2e0444cCopy full SHA for 2e0444c
1 file changed
source/tutorials/packaging-projects.rst
@@ -117,7 +117,7 @@ an escape hatch when absolutely necessary.
117
code files to include. Eventually much of this configuration may be able to move
118
to :file:`pyproject.toml`.
119
120
- Open :file:`setup.py` and enter the following content. Update the package name
+ Open :file:`setup.cfg` and enter the following content. Update the package name
121
to include your username (for example, ``example-pkg-theacodes``), this ensures
122
that you have a unique package name and that your package doesn't conflict with
123
packages uploaded by other people following this tutorial.
0 commit comments