We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e75f1 commit 1256d53Copy full SHA for 1256d53
setup.py
@@ -103,7 +103,11 @@ def get_version(package):
103
'Programming Language :: Python :: 3.7',
104
'Programming Language :: Python :: 3 :: Only',
105
'Topic :: Internet :: WWW/HTTP',
106
- ]
+ ],
107
+ project_urls={
108
+ 'Funding': 'https://fund.django-rest-framework.org/topics/funding/',
109
+ 'Source': 'https://github.com/encode/django-rest-framework',
110
+ },
111
)
112
113
# (*) Please direct queries to the discussion group, rather than to me directly
0 commit comments