diff options
author | Alex Willmer <alex@moreati.org.uk> | 2015-08-05 10:29:39 +0100 |
---|---|---|
committer | Alex Willmer <alex@moreati.org.uk> | 2015-08-05 10:29:39 +0100 |
commit | 193668a1d331ec912c093c68aac11b007d053670 (patch) | |
tree | bdeeb5f436dc01739fae76018e10feb06022115f | |
parent | 9cd868a00cc488478ac4f07ee0b5452a38cb3cc0 (diff) | |
download | numpy-193668a1d331ec912c093c68aac11b007d053670.tar.gz |
DOC: Add Trove classifiers for supported Python versions
Adds missing `Programming Language :: Python :: 3` to bento.info
Adds new `Programming Language :: Python :: {2..,3..,CPython..}` to both
These versions are correct for the 1.10.x and 1.11.x releases.
They reflect the commit b06dbc15d9db0e224d338c84ac98a925a7945d4c
-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 |