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:
François Magimel 2022-01-19 11:21:54 +01:00 committed by Hasan Ramezani
parent 505ee8d054
commit 7356044693

View file

@ -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",