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 /setup.py | |
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
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |