summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Willmer <alex@moreati.org.uk>2015-08-05 10:29:39 +0100
committerAlex Willmer <alex@moreati.org.uk>2015-08-05 10:29:39 +0100
commit193668a1d331ec912c093c68aac11b007d053670 (patch)
treebdeeb5f436dc01739fae76018e10feb06022115f /setup.py
parent9cd868a00cc488478ac4f07ee0b5452a38cb3cc0 (diff)
downloadnumpy-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-xsetup.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e6d21b8a7..90dcb2419 100755
--- a/setup.py
+++ b/setup.py
@@ -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