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 8d4f6aa commit e95a6d9Copy full SHA for e95a6d9
pyproject.toml
@@ -36,6 +36,12 @@ dependencies = [
36
]
37
dynamic = ["version"]
38
39
+[project.urls]
40
+Documentation = "https://scicode-widgets.readthedocs.io/en/latest/"
41
+Repository = "https://github.com/osscar-org/scicode-widgets"
42
+Issues = "https://github.com/osscar-org/scicode-widgets/issues"
43
+Changelog = "https://github.com/osscar-org/scicode-widgets/blob/main/CHANGELOG.md"
44
+
45
[tool.setuptools.dynamic]
46
version = {attr = "scwidgets.__version__"}
47
readme = {file = ["README.rst"]}
0 commit comments