We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95a9da commit d78dac5Copy full SHA for d78dac5
pyproject.toml
@@ -31,6 +31,12 @@ dynamic = [
31
"optional-dependencies",
32
]
33
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
+
40
[tool.setuptools.dynamic]
41
optional-dependencies = {dev = { file = ["requirements_dev.txt"] }}
42
0 commit comments