Browse Source

Fixed setup.py again (I think)

pull/2/head
chriskiehl 10 years ago
parent
commit
34e64d7463
1 changed files with 1 additions and 1 deletions
  1. 2
      setup.py

2
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()
Loading…
Cancel
Save