diff --git a/pyproject.toml b/pyproject.toml index 80168e0..ed77240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = 'philipp.sommer@hereon.de' }, ] @@ -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