Skip to content

Commit 6834615

Browse files
committed
add project urls
1 parent 49c918d commit 6834615

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ dynamic = ["version"]
88
description = 'Extended sphinx autodoc including automatic autosummaries'
99
readme = 'README.rst'
1010
keywords = ['sphinx', 'autodoc', 'autosummary', 'content', 'table']
11-
urls.homepage = 'https://github.com/Chilipp/autodocsumm'
1211
authors = [
1312
{ name = 'Philipp S. Sommer', email = 'philipp.sommer@hereon.de' },
1413
]
@@ -34,6 +33,12 @@ dependencies = [
3433
'Sphinx >= 2.2, < 8.0',
3534
]
3635

36+
[project.urls]
37+
Homepage = "https://github.com/Chilipp/autodocsumm"
38+
Documentation = "https://autodocsumm.readthedocs.io/en/latest/"
39+
Source = "https://github.com/Chilipp/autodocsumm"
40+
Tracker = "https://github.com/Chilipp/autodocsumm/issues"
41+
3742
[tool.setuptools]
3843
zip-safe = false
3944

0 commit comments

Comments
 (0)