Skip to content

Commit

Permalink
Updated trove classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
keimlink committed Mar 9, 2015
1 parent 54a6c3f commit 5835255
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,23 @@ def run(self):
long_description=long_description,
keywords='pdb debugger tab color completion',
classifiers=[
"Development Status :: 4 - Beta",
"Environment :: Console",
"License :: OSI Approved :: BSD License",
"Programming Language :: Python",
"Intended Audience :: Developers",
"Operating System :: POSIX",
"Topic :: Utilities",
],
'Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
'Operating System :: POSIX',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Programming Language :: Python',
'Topic :: Utilities',
],
install_requires=["fancycompleter>=0.2",
"ordereddict",
"wmctrl",
Expand Down

0 comments on commit 5835255

Please sign in to comment.