Skip to content

Commit e95a6d9

Browse files
committed
Update project urls
1 parent 8d4f6aa commit e95a6d9

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
@@ -36,6 +36,12 @@ dependencies = [
3636
]
3737
dynamic = ["version"]
3838

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+
3945
[tool.setuptools.dynamic]
4046
version = {attr = "scwidgets.__version__"}
4147
readme = {file = ["README.rst"]}

0 commit comments

Comments
 (0)