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