From e33358326d9b3277eccb908f7fcbb0f3d7996644 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Fri, 3 Jul 2015 10:52:47 +0200 Subject: [PATCH] Fix github url as seen on PyPI --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e83034..2b2cbf6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ long_description=open('README.rst', encoding='utf-8').read(), author='Sergej Alikov', author_email='sergej.alikov@gmail.com', - url='https://github.com/node13h/django-debug-toolbartemplate-profiler', + url='https://github.com/node13h/django-debug-toolbar-template-profiler', download_url='https://pypi.python.org/pypi/django-debug-toolbar-template-profiler', license='Simplified BSD License', packages=find_packages(),