add GitHub URL for PyPi

This commit is contained in:
Andrii Oriekhov 2022-03-05 11:33:40 +02:00
parent 141d8ef2c4
commit 6efb6b43cc

View file

@ -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'),