From 8c243ac48ae8a7fc01c2a96dee63a7bb10fa2b69 Mon Sep 17 00:00:00 2001 From: Alessandro Amici Date: Wed, 16 May 2018 15:36:56 +0200 Subject: Add python2 to the metadata. --- setup.py | 2 ++ 1 file changed, 2 insertions(+) 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', -- cgit v1.2.3