From bf25f5b6128d50e74e25bbfa7185e8025a6ea82a Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Fri, 11 Dec 2015 14:07:44 +0530 Subject: [PATCH] Add Python versions for classifier in setup.cfg Change-Id: I04b5c4ffa8f6a8f3ee08a6b32d7e7ee9f8950ad6 --- api-quick-start/setup.cfg | 6 ++++++ firstapp/setup.cfg | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/api-quick-start/setup.cfg b/api-quick-start/setup.cfg index 247ca8500..756194ed7 100644 --- a/api-quick-start/setup.cfg +++ b/api-quick-start/setup.cfg @@ -10,6 +10,12 @@ classifier = Intended Audience :: Developers 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 + Programming Language :: Python :: 3.4 [build_sphinx] all_files = 1 diff --git a/firstapp/setup.cfg b/firstapp/setup.cfg index 8d150801a..710452c54 100644 --- a/firstapp/setup.cfg +++ b/firstapp/setup.cfg @@ -10,6 +10,12 @@ classifier = Intended Audience :: Developers 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 + Programming Language :: Python :: 3.4 [build_sphinx] all_files = 1