mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54:59 +00:00
Fix incorrect URL in setup.py.
This commit is contained in:
parent
e143a6f455
commit
3cdcf343ce
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue