From c17b1ced866b7e030ee4f068229ff282cf17b04e Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Tue, 29 Dec 2015 00:15:52 +0530 Subject: [PATCH] Drop python classifiers from setup.cfg file As this is related to documentation I think we can remove python classifiers Change-Id: Icc4402f449c79d13bdb05992aaeb9f2e31ea2ef6 --- setup.cfg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 12cb5121..45300b9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,11 +12,6 @@ classifier = Intended Audience :: System Administrators License :: OSI Approved :: Apache Software License Operating System :: POSIX :: Linux - Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 Topic :: Documentation [global]