Actually use the correct repo url

This commit is contained in:
dave 2017-05-02 21:40:22 -07:00
parent c27a2ba8f0
commit 06c4c71d16
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from findbig import __version__
setup(name='findbig', setup(name='findbig',
version=__version__, version=__version__,
description='Command-line tool for finding the biggest files in a directory tree', description='Command-line tool for finding the biggest files in a directory tree',
url='http://gitlab.davepedu.com/dave/findbig', url='http://gitlab.davepedu.com/dave/python-findbig',
author='dpedu', author='dpedu',
author_email='dave@davepedu.com', author_email='dave@davepedu.com',
packages=['findbig'], packages=['findbig'],