From dd1c1e49e1c96e384520cf146e7c88ea2d494157 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Sat, 12 Dec 2015 07:59:53 +0900 Subject: [PATCH] Update Python version at setup.cfg for Mitaka Python 3: Python 3.4 support Python 2: Python 2.6 support dropped, Python 2.7 only https://wiki.openstack.org/wiki/Python3 Change-Id: I99def31dd90d70ea1e16fa3491f409356eeaa03f --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index b515532..0aa6ad6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = OpenStack I18n description-file = README.rst author = OpenStack author-email = openstack-i18n@lists.openstack.org -home-page = http://docs.openstack.org/ +home-page = http://docs.openstack.org/developer/i18n/ classifier = Environment :: OpenStack Intended Audience :: I18n Contributors @@ -14,10 +14,9 @@ classifier = Operating System :: POSIX :: Linux 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 + Programming Language :: Python :: 3.4 Topic :: I18n [global]