Skip to content

Commit

Permalink
add GitHub URL for PyPi (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor authored Aug 5, 2022
1 parent 794b858 commit 7e473d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ def read(*parts):
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'),
Expand Down

0 comments on commit 7e473d0

Please sign in to comment.