Add project_urls to setup.py

This commit is contained in:
Michael Käufl 2019-04-30 13:37:35 +02:00
parent 1a0a8dde00
commit b3adce4c05
No known key found for this signature in database
GPG Key ID: 30274591B981122A

View File

@ -74,7 +74,11 @@ setup(
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'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