From 34e64d7463b856c265b3a2fd6bdb082feffdb917 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 24 Aug 2014 12:14:44 -0400 Subject: [PATCH] Fixed setup.py again (I think) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()