diff options
| author | Catherine Devlin <catherine.devlin@gmail.com> | 2014-03-13 14:10:25 -0400 |
|---|---|---|
| committer | Catherine Devlin <catherine.devlin@gmail.com> | 2014-03-13 14:10:25 -0400 |
| commit | 1fda841f99242a374236e86c5159fb94e5b1921b (patch) | |
| tree | 140bcff1632e022fc452ac1fd372c2d8da59da41 /setup.py | |
| parent | 94f2bd1b56412e1fc89c71796c32197d2cd9b6de (diff) | |
| download | cmd2-git-1fda841f99242a374236e86c5159fb94e5b1921b.tar.gz | |
update Trove classifiers
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -61,6 +61,13 @@ See docs at http://packages.python.org/cmd2/ 'Programming Language :: Python', 'License :: OSI Approved :: MIT License', 'Topic :: Software Development :: Libraries :: Python Modules', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.0', + 'Programming Language :: Python :: 3.1', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + ], ) |
