You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/tutorials/packaging-projects.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Open :file:`setup.py` and enter the following content. Update the package name t
95
95
minimal set:
96
96
97
97
- ``name`` is the *distribution name* of your package. This can be any name as long as only
98
-
contains letters, numbers, ``_`` , and ``-``. It also must not already
98
+
contains letters, numbers, ``_`` , and ``-``. It also must not already be
99
99
taken on pypi.org. **Be sure to update this with your username,** as this ensures you won't try to upload a package with the same name as one which already exists when you upload the package.
100
100
- ``version`` is the package version see :pep:`440` for more details on
0 commit comments