mirror of
https://github.com/jazzband/dj-database-url.git
synced 2026-03-16 22:20:24 +00:00
Add project_links to setup.py
This commit is contained in:
parent
c9e9117d59
commit
3a998ee808
1 changed files with 4 additions and 0 deletions
4
setup.py
4
setup.py
|
|
@ -18,6 +18,10 @@ setup(
|
|||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
platforms="any",
|
||||
project_links={
|
||||
'GitHub': 'https://github.com/jazzband/dj-database-url/',
|
||||
'Release log': 'https://github.com/jazzband/dj-database-url/blob/master/CHANGELOG.md',
|
||||
},
|
||||
classifiers=[
|
||||
"Environment :: Web Environment",
|
||||
"Framework :: Django",
|
||||
|
|
|
|||
Loading…
Reference in a new issue