Skip to content

Commit

Permalink
Add url to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnaderi committed Jan 22, 2022
1 parent d14347b commit 1a7f4f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
long_description=README,
long_description_content_type="text/markdown",
author="Mohammad Javad Naderi",
url="https://github.com/QueraTeam/django-pwned",
download_url="https://pypi.org/project/django-pwned/",
packages=find_packages(".", include=("django_pwned", "django_pwned.*")),
include_package_data=True,
install_requires=["Django>=3.2", "requests"],
Expand Down

0 comments on commit 1a7f4f5

Please sign in to comment.