mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-30 18:09:59 +03:00
Add project_urls to setup.py
This commit is contained in:
parent
1a0a8dde00
commit
b3adce4c05
6
setup.py
6
setup.py
|
@ -74,7 +74,11 @@ setup(
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Topic :: Internet :: WWW/HTTP',
|
'Topic :: Internet :: WWW/HTTP',
|
||||||
]
|
],
|
||||||
|
project_urls={
|
||||||
|
'Funding': 'https://fund.django-rest-framework.org/topics/funding/',
|
||||||
|
'Source': 'https://github.com/encode/django-rest-framework',
|
||||||
|
},
|
||||||
)
|
)
|
||||||
|
|
||||||
# (*) Please direct queries to the discussion group, rather than to me directly
|
# (*) Please direct queries to the discussion group, rather than to me directly
|
||||||
|
|
Loading…
Reference in New Issue
Block a user