Skip to content

Commit 4990890

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 it to pyproject.toml.
1 parent 4bb134f commit 4990890

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ 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"

0 commit comments

Comments
 (0)