Skip to content

Commit 1f8d9fa

Browse files
authored
setup.py: Use URL
The current URL on PyPI doesnt have information about the project.
1 parent 8d83bd4 commit 1f8d9fa

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
description='Git commit hook that checks Python files with pylint',
99
author='Sebastian Dahlgren',
1010
author_email='sebastian.dahlgren@gmail.com',
11-
url='http://www.sebastiandahlgren.se',
11+
url='https://github.com/sebdah/git-pylint-commit-hook',
1212
keywords="git commit pre-commit hook pylint python",
1313
platforms=['Any'],
1414
packages=['git_pylint_commit_hook'],

0 commit comments

Comments
 (0)