Skip to content

Commit 1256d53

Browse files
michael-krpkilby
authored andcommitted
Add project_urls to setup.py (#6625)
1 parent e4e75f1 commit 1256d53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,11 @@ def get_version(package):
103103
'Programming Language :: Python :: 3.7',
104104
'Programming Language :: Python :: 3 :: Only',
105105
'Topic :: Internet :: WWW/HTTP',
106-
]
106+
],
107+
project_urls={
108+
'Funding': 'https://fund.django-rest-framework.org/topics/funding/',
109+
'Source': 'https://github.com/encode/django-rest-framework',
110+
},
107111
)
108112

109113
# (*) Please direct queries to the discussion group, rather than to me directly

0 commit comments

Comments
 (0)