We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510e3c4 commit c46f8f6Copy full SHA for c46f8f6
1 file changed
source/tutorials/packaging-projects.rst
@@ -571,8 +571,9 @@ and from the interpreter shell import the package:
571
>>> import example_pkg
572
573
Note that the :term:`import package <Import Package>` is ``example_pkg``
574
-regardless of what name you gave your :term:`distribution package <Distribution
575
-Package>` in :file:`setup.py` (in this case, ``example-pkg-YOUR-USERNAME-HERE``).
+regardless of what ``name`` you gave your :term:`distribution package <Distribution
+Package>` in :file:`setup.cfg` or :file:`setup.py` (in this case,
576
+``example-pkg-YOUR-USERNAME-HERE``).
577
578
Next steps
579
----------
0 commit comments