openstack-health/setup.cfg
Andrea Frittoli c5c31e2dd0 Add py3.5 support in setup.cfg
As defined in https://governance.openstack.org/tc/goals/pike/python35.html
Pike community goal for py35, adding py35 to setup.cfg.

Change-Id: I1a0ce67d4d48d20f9dcfe262721ea717593944a8
2017-04-06 10:28:02 +01:00

40 lines
986 B
INI

[metadata]
name = openstack-health
summary = OpenStack Health Dashboard
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://www.openstack.org/
classifier =
Intended Audience :: Information Technology
Intended Audience :: System Administrators
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.4
Programming Language :: Python :: 3.5
[files]
packages =
openstack_health
[entry_points]
console_scripts =
openstack-health-api = openstack_health.api:main
wsgi_scripts =
openstack-health = openstack_health.api:get_app
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1