mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
build(setup): add some project URLs
Those URLs can be useful: - the doc link - the source link - the tracker link.
This commit is contained in:
parent
505ee8d054
commit
7356044693
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -17,6 +17,11 @@ setup(
|
|||
"auditlog.management.commands",
|
||||
],
|
||||
url="https://github.com/jazzband/django-auditlog",
|
||||
project_urls={
|
||||
"Documentation": "https://django-auditlog.readthedocs.io",
|
||||
"Source": "https://github.com/jazzband/django-auditlog",
|
||||
"Tracker": "https://github.com/jazzband/django-auditlog/issues",
|
||||
},
|
||||
license="MIT",
|
||||
author="Jan-Jelle Kester",
|
||||
description="Audit log app for Django",
|
||||
|
|
|
|||
Loading…
Reference in a new issue