Skip to content

Commit

Permalink
add project urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Jan 5, 2024
1 parent 49c918d commit 6834615
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dynamic = ["version"]
description = 'Extended sphinx autodoc including automatic autosummaries'
readme = 'README.rst'
keywords = ['sphinx', 'autodoc', 'autosummary', 'content', 'table']
urls.homepage = 'https://github.com/Chilipp/autodocsumm'
authors = [
{ name = 'Philipp S. Sommer', email = '[email protected]' },
]
Expand All @@ -34,6 +33,12 @@ dependencies = [
'Sphinx >= 2.2, < 8.0',
]

[project.urls]
Homepage = "https://github.com/Chilipp/autodocsumm"
Documentation = "https://autodocsumm.readthedocs.io/en/latest/"
Source = "https://github.com/Chilipp/autodocsumm"
Tracker = "https://github.com/Chilipp/autodocsumm/issues"

[tool.setuptools]
zip-safe = false

Expand Down

0 comments on commit 6834615

Please sign in to comment.