Skip to content

Commit 9caeaa5

Browse files
committed
Add 'Funding' and 'Say Thanks!' project urls
1 parent 1d817ff commit 9caeaa5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ def get_version_string():
187187

188188
# Project's URLs
189189
PROJECT_URLS = {
190-
'Documentation': 'https://django-environ.readthedocs.io',
190+
'Documentation': find_meta('url'),
191+
'Funding': 'https://opencollective.com/django-environ',
192+
'Say Thanks!': 'https://saythanks.io/to/joke2k',
191193
'Changelog': '{}/en/latest/changelog.html'.format(find_meta('url')),
192194
'Bug Tracker': 'https://github.com/joke2k/django-environ/issues',
193195
'Source Code': 'https://github.com/joke2k/django-environ',

0 commit comments

Comments
 (0)