Skip to content

Commit 9892a48

Browse files
committed
Merge pull request #2 from pquentin/patch-1
Fix github url as seen on PyPI
2 parents daacc38 + e333583 commit 9892a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description=open('README.rst', encoding='utf-8').read(),
99
author='Sergej Alikov',
1010
author_email='[email protected]',
11-
url='https://github.com/node13h/django-debug-toolbartemplate-profiler',
11+
url='https://github.com/node13h/django-debug-toolbar-template-profiler',
1212
download_url='https://pypi.python.org/pypi/django-debug-toolbar-template-profiler',
1313
license='Simplified BSD License',
1414
packages=find_packages(),

0 commit comments

Comments
 (0)