e92dce4674
As of https://wiki.openstack.org/wiki/python3 the OpenStack is targeted for py27 and py34. And also dropping py26 for OpenStack mitaka. So In this patch I deleted the py26 classifier from all setup.cfg files Change-Id: I6971fceea91965fd078167aa14df4ff21bc684f0
36 lines
784 B
INI
36 lines
784 B
INI
[metadata]
|
|
name = openstackcloudadminguide
|
|
summary = OpenStack Cloud Administrator Guide
|
|
author = OpenStack
|
|
author-email = openstack-docs@lists.openstack.org
|
|
home-page = http://docs.openstack.org/
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
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]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[files]
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = build
|
|
source-dir = source
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[pbr]
|
|
warnerrors = True
|