Fix incorrect URL in setup.py.

This commit is contained in:
Emil Stenström 2020-06-11 21:29:38 +02:00
parent e143a6f455
commit 3cdcf343ce

View file

@ -14,7 +14,7 @@ setup(
long_description_content_type="text/markdown",
author=u'Emil Stenström',
author_email='em@kth.se',
url='https://github.com/EmilStenstrom/django_components/',
url='https://github.com/EmilStenstrom/django-components/',
install_requires=[
"Django>=1.11",
"six",