diff options
author | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-08-05 20:10:16 +0200 |
---|---|---|
committer | Ralf Gommers <ralf.gommers@googlemail.com> | 2015-08-05 20:10:16 +0200 |
commit | 3e314b92e7185ebd9cad64dbb9308218d0631960 (patch) | |
tree | 7b6a60b547fb08e7fac311d7e2e5a82c0cdad4d0 | |
parent | 399bf25c7b25ae448ae41df32ec2d27aa58223f1 (diff) | |
parent | 193668a1d331ec912c093c68aac11b007d053670 (diff) | |
download | numpy-3e314b92e7185ebd9cad64dbb9308218d0631960.tar.gz |
Merge pull request #6164 from moreati/classifiers
DOC: Add Trove classifiers for supported Python versions
-rw-r--r-- | bento.info | 9 | ||||
-rwxr-xr-x | setup.py | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/bento.info b/bento.info index adf07f20d..d2adcc394 100644 --- a/bento.info +++ b/bento.info @@ -27,6 +27,15 @@ Classifiers: License :: OSI Approved, Programming Language :: C, 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.2, + Programming Language :: Python :: 3.3, + Programming Language :: Python :: 3.4, + Programming Language :: Python :: 3.5, + Programming Language :: Python :: Implementation :: CPython, Topic :: Software Development, Topic :: Scientific/Engineering, Operating System :: Microsoft :: Windows, @@ -38,7 +38,15 @@ Intended Audience :: Developers License :: OSI Approved Programming Language :: C 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.2 +Programming Language :: Python :: 3.3 +Programming Language :: Python :: 3.4 +Programming Language :: Python :: 3.5 +Programming Language :: Python :: Implementation :: CPython Topic :: Software Development Topic :: Scientific/Engineering Operating System :: Microsoft :: Windows |