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 1d817ff commit 9caeaa5Copy full SHA for 9caeaa5
setup.py
@@ -187,7 +187,9 @@ def get_version_string():
187
188
# Project's URLs
189
PROJECT_URLS = {
190
- 'Documentation': 'https://django-environ.readthedocs.io',
+ 'Documentation': find_meta('url'),
191
+ 'Funding': 'https://opencollective.com/django-environ',
192
+ 'Say Thanks!': 'https://saythanks.io/to/joke2k',
193
'Changelog': '{}/en/latest/changelog.html'.format(find_meta('url')),
194
'Bug Tracker': 'https://github.com/joke2k/django-environ/issues',
195
'Source Code': 'https://github.com/joke2k/django-environ',
0 commit comments