From 6f321543fec6c04b445c34c312092c45deaf2d29 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sun, 21 Feb 2016 10:08:30 -0800 Subject: [PATCH] Added missing Python 2 version classifier to package --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 7a64195..8b71721 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content', 'Topic :: Software Development :: Libraries :: Python Modules'