From fa261595950b0afc1bb5af2376e3578d16dc96f9 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 24 Feb 2014 07:38:58 -0600 Subject: Declare support for Python versions in setup.cfg Change-Id: Iffdcf7a6eab6990f9b32669070b8a4173e834613 --- setup.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.cfg b/setup.cfg index e2db946..96ac041 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,6 +16,11 @@ classifier = License :: OSI Approved :: Apache Software License Operating System :: OS Independent 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.3 [files] packages = -- cgit v1.2.1