Skip to content

Commit d78dac5

Browse files
authored
Add project urls to pyproject.toml
1 parent c95a9da commit d78dac5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ dynamic = [
3131
"optional-dependencies",
3232
]
3333

34+
[project.urls]
35+
documentation = "https://sphinx-visualized.readthedocs.io/en/latest/index.html"
36+
download = "https://pypi.org/project/sphinx-visualized/"
37+
source = "https://github.com/jdillard/sphinx-visualized"
38+
changelog = "https://github.com/jdillard/sphinx-visualized/blob/master/CHANGELOG.rst"
39+
3440
[tool.setuptools.dynamic]
3541
optional-dependencies = {dev = { file = ["requirements_dev.txt"] }}
3642

0 commit comments

Comments
 (0)