mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 14:10:28 +00:00
add project urls (#156)
This commit is contained in:
parent
8e284b54d8
commit
930ce5c65c
1 changed files with 3 additions and 1 deletions
|
|
@ -32,7 +32,9 @@ dependencies = ["django-appconf >= 0.4"]
|
|||
dynamic = ["version"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://django-dbtemplates.readthedocs.io/"
|
||||
Documentation = "https://django-dbtemplates.readthedocs.io/"
|
||||
Changelog = "https://django-dbtemplates.readthedocs.io/en/latest/changelog.html"
|
||||
Source = "https://github.com/jazzband/django-dbtemplates"
|
||||
|
||||
[tool.setuptools]
|
||||
zip-safe = false
|
||||
|
|
|
|||
Loading…
Reference in a new issue