Skip to content

Commit 961f6fb

Browse files
authored
s/in/on/
1 parent cddfd43 commit 961f6fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/tutorials/packaging-projects.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ an escape hatch when absolutely necessary.
171171
- ``url`` is the URL for the homepage of the project. For many projects, this
172172
will just be a link to GitHub, GitLab, Bitbucket, or similar code hosting
173173
service.
174-
- ``project_urls`` lets you list any number of extra links to show in PyPI.
174+
- ``project_urls`` lets you list any number of extra links to show on PyPI.
175175
Generally this could be to documentation, issue trackers, etc.
176176
- ``classifiers`` gives the index and :ref:`pip` some additional metadata
177177
about your package. In this case, the package is only compatible with Python
@@ -273,7 +273,7 @@ an escape hatch when absolutely necessary.
273273
- ``url`` is the URL for the homepage of the project. For many projects, this
274274
will just be a link to GitHub, GitLab, Bitbucket, or similar code hosting
275275
service.
276-
- ``project_urls`` lets you list any number of extra links to show in PyPI.
276+
- ``project_urls`` lets you list any number of extra links to show on PyPI.
277277
Generally this could be to documentation, issue trackers, etc.
278278
- ``classifiers`` gives the index and :ref:`pip` some additional metadata
279279
about your package. In this case, the package is only compatible with Python

0 commit comments

Comments
 (0)