Browse Source

Updated setup.py for PyPi upload

pull/69/head
chriskiehl 10 years ago
parent
commit
f723e23c56
2 changed files with 4 additions and 2 deletions
  1. 2
      gooey/__init__.py
  2. 4
      setup.py

2
gooey/__init__.py

@ -1,5 +1,5 @@
from gooey.python_bindings.gooey_decorator import Gooey
from gooey.python_bindings.gooey_parser import GooeyParser
__version__ = '0.1.0'
__version__ = '0.1.1'

4
setup.py

@ -23,7 +23,9 @@ setup(
classifiers = [
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools :: GUI :: CLI',
'Topic :: Desktop Environment',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Widget Sets',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7'
],

Loading…
Cancel
Save