Skip to content

Commit c46f8f6

Browse files
committed
Update reference to setup.py
1 parent 510e3c4 commit c46f8f6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,9 @@ and from the interpreter shell import the package:
571571
>>> import example_pkg
572572
573573
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``).
574+
regardless of what ``name`` you gave your :term:`distribution package <Distribution
575+
Package>` in :file:`setup.cfg` or :file:`setup.py` (in this case,
576+
``example-pkg-YOUR-USERNAME-HERE``).
576577

577578
Next steps
578579
----------

0 commit comments

Comments
 (0)