Skip to content

Commit dfbaa27

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 dfbaa27

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Fixes the missing source_url warning raised by jaraco.packaging.sphinx during docs build.
2+
3+
-- by :user:`julianz-`

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)