summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@googlemail.com>2015-08-05 20:10:16 +0200
committerRalf Gommers <ralf.gommers@googlemail.com>2015-08-05 20:10:16 +0200
commit3e314b92e7185ebd9cad64dbb9308218d0631960 (patch)
tree7b6a60b547fb08e7fac311d7e2e5a82c0cdad4d0 /setup.py
parent399bf25c7b25ae448ae41df32ec2d27aa58223f1 (diff)
parent193668a1d331ec912c093c68aac11b007d053670 (diff)
downloadnumpy-3e314b92e7185ebd9cad64dbb9308218d0631960.tar.gz
Merge pull request #6164 from moreati/classifiers
DOC: Add Trove classifiers for supported Python versions
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