674072a2a1
Octavia is only targeting 2.7 and newer so it shouldn't have the 2.6 classifier listed in its setup.cfg file. Change-Id: I68fce657362a54b1953183cd6191d90ffa4815ce
31 lines
753 B
INI
31 lines
753 B
INI
[metadata]
|
|
name = octavia
|
|
version = 0.1
|
|
summary = OpenStack Octavia Scalable Load Balancer as as Service
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://www.openstack.org/
|
|
classifier =
|
|
Development Status :: 2 - Pre-Alpha
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
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.7
|
|
|
|
[build_sphinx]
|
|
all_files = 1
|
|
build-dir = doc/build
|
|
source-dir = doc/source
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|