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
This commit is contained in:
@@ -4,7 +4,7 @@ summary = OpenStack I18n
|
|||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-i18n@lists.openstack.org
|
author-email = openstack-i18n@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/
|
home-page = http://docs.openstack.org/developer/i18n/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: I18n Contributors
|
Intended Audience :: I18n Contributors
|
||||||
@@ -14,10 +14,9 @@ classifier =
|
|||||||
Operating System :: POSIX :: Linux
|
Operating System :: POSIX :: Linux
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
Programming Language :: Python :: 2
|
Programming Language :: Python :: 2
|
||||||
Programming Language :: Python :: 2.6
|
|
||||||
Programming Language :: Python :: 2.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.3
|
Programming Language :: Python :: 3.4
|
||||||
Topic :: I18n
|
Topic :: I18n
|
||||||
|
|
||||||
[global]
|
[global]
|
||||||
|
|||||||
Reference in New Issue
Block a user