Skip to content

Commit cf4c896

Browse files
committed
Fixes the missing source_url warning raised by jaraco.packaging.sphinx
Version 10.4.0 of jaraco.packaging.sphinx introduced the requirement to provide a source_url. This commit adds the url to pyproject.toml but to avoid duplication on the PyPI homepage we remove the repo url which was the same.
1 parent 4bb134f commit cf4c896

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Fixed the source code repository URL not being correctly
2+
exposed in the project metadata.
3+
4+
-- by :user:`julianz-`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ email = "team@cherrypy.dev"
6161

6262
[project.urls]
6363
Homepage = "https://cheroot.cherrypy.dev"
64+
"Source" = "https://github.com/cherrypy/cheroot"
6465
"Chat: Matrix" = "https://matrix.to/#/#cherrypy-space:matrix.org"
6566
"CI: GitHub" = "https://github.com/cherrypy/cheroot/actions"
6667
"Docs: RTD" = "https://cheroot.cherrypy.dev"
6768
"GitHub: issues" = "https://github.com/cherrypy/cheroot/issues"
68-
"GitHub: repo" = "https://github.com/cherrypy/cheroot"
6969
"Tidelift: funding" = "https://tidelift.com/subscription/pkg/pypi-cheroot?utm_source=pypi-cheroot&utm_medium=referral&utm_campaign=pypi"
7070

7171
[project.readme]

0 commit comments

Comments
 (0)