Skip to content

Commit 0baf7e0

Browse files
authored
Merge pull request #817 from julianz-/fix-source-url
Fix the missing source_url warning raised by jaraco.packaging.sphinx
2 parents 4bb134f + cf4c896 commit 0baf7e0

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)