diff options
| author | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-06-16 11:31:48 -0700 |
|---|---|---|
| committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-06-16 11:31:48 -0700 |
| commit | fbbb3090ea1ca4ac3042acea7633241b0388f0b3 (patch) | |
| tree | ae6c27bd5dc78ae9212d3e68311d9daa0ce06731 | |
| parent | f75dcbcf5d10a639c031dd706fa7fcfa1784eecb (diff) | |
| download | smmap-fbbb3090ea1ca4ac3042acea7633241b0388f0b3.tar.gz | |
setup.py: Add Python 3 (and Python 2) classifiers
| -rw-r--r-- | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ setup( "Operating System :: Microsoft :: Windows", "Operating System :: MacOS :: MacOS X", "Programming Language :: Python", + "Programming Language :: Python :: 2", + "Programming Language :: Python :: 2.6", + "Programming Language :: Python :: 2.7", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.4", ], long_description=long_description, ) |
