summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bento.info9
-rwxr-xr-xsetup.py8
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,
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