Skip to content

Commit

Permalink
add GitHub URL for PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
andriyor authored and claudep committed Mar 2, 2022
1 parent 533a830 commit 5c1ce90
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 @@ -13,6 +13,9 @@ def read(*parts):
use_scm_version={"version_scheme": "post-release", "local_scheme": "dirty-tag"},
setup_requires=["setuptools_scm"],
url="https://django-formtools.readthedocs.io/en/latest/",
project_urls={
"Source": 'https://github.com/jazzband/django-formtools',
},
license="BSD",
description="A set of high-level abstractions for Django forms",
long_description=read("README.rst"),
Expand Down

0 comments on commit 5c1ce90

Please sign in to comment.