Browse Source

Updated setup.py with dependency info

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

4
setup.py

@ -35,8 +35,8 @@ setup(
'Intended Audience :: Developers',
'Topic :: Software Development :: Build Tools :: GUI :: CLI',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
]
'Programming Language :: Python :: 2.7'
],
description='Turn (almost) any command line program into a full GUI application with one line',
long_description=long_description
)
Loading…
Cancel
Save