diff --git a/setup.py b/setup.py index 979d5d9..a87d1d5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( 'gooey.languages', 'gooey.mockapplications', ], - url='http://pypi.python.org/pypi/TowelStuff/', + url='http://pypi.python.org/pypi/Gooey/', license='LICENSE.txt', description='Turn (almost) any command line program into a full GUI application with one line', long_description=open('README.md').read()