Skip to content

Commit

Permalink
fix: project GitHub URL in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored and carltongibson committed Oct 18, 2019
1 parent 4c31eac commit 649a407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
keywords=['forms', 'django', 'crispy', 'DRY'],
author='Miguel Araujo',
author_email='miguel.araujo.perez@gmail.com',
url='http://github.com/djang-crispy-forms/django-crispy-forms',
url='https://github.com/django-crispy-forms/django-crispy-forms',
license='MIT',
packages=find_packages(exclude=['docs']),
include_package_data=True,
Expand Down

0 comments on commit 649a407

Please sign in to comment.