summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlessandro Amici <a.amici@bopen.eu>2018-05-16 15:36:56 +0200
committerAlessandro Amici <a.amici@bopen.eu>2018-05-16 15:36:56 +0200
commit8c243ac48ae8a7fc01c2a96dee63a7bb10fa2b69 (patch)
tree7eba178c3f51b30532044b13ab5fc1b4372d1ce4 /setup.py
parent7419dd8718e337939609a4da2fdc69742efdb968 (diff)
Add python2 to the metadata.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 2c3e3e4..1c882ca 100644
--- a/setup.py
+++ b/setup.py
@@ -58,6 +58,8 @@ setuptools.setup(
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',