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 /setup.py | |
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
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 |