Correct repo url

This commit is contained in:
dave 2017-05-02 20:34:12 -07:00
parent 6a0da48e1b
commit fc81a5c044
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.0.2"

View File

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