Skip to content

Commit 930ce5c

Browse files
authored
add project urls (#156)
1 parent 8e284b5 commit 930ce5c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ dependencies = ["django-appconf >= 0.4"]
3232
dynamic = ["version"]
3333

3434
[project.urls]
35-
Homepage = "https://django-dbtemplates.readthedocs.io/"
35+
Documentation = "https://django-dbtemplates.readthedocs.io/"
36+
Changelog = "https://django-dbtemplates.readthedocs.io/en/latest/changelog.html"
37+
Source = "https://github.com/jazzband/django-dbtemplates"
3638

3739
[tool.setuptools]
3840
zip-safe = false

0 commit comments

Comments
 (0)