mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
add GitHub URL for PyPi (#331)
This commit is contained in:
parent
794b858548
commit
7e473d0f9b
1 changed files with 3 additions and 0 deletions
3
setup.py
3
setup.py
|
|
@ -14,6 +14,9 @@ setup(
|
|||
use_scm_version={"version_scheme": "post-release", "local_scheme": "dirty-tag"},
|
||||
setup_requires=["setuptools_scm"],
|
||||
url='https://django-configurations.readthedocs.io/',
|
||||
project_urls={
|
||||
'Source': 'https://github.com/jazzband/django-configurations',
|
||||
},
|
||||
license='BSD',
|
||||
description="A helper for organizing Django settings.",
|
||||
long_description=read('README.rst'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue