monitorstack/setup.cfg
Van Hung Pham b5f64655eb Remove support for py34
The gating on python 3.4 is restricted to <= Mitaka.
This is due to the change from Ubuntu Trusty to Xenial,
where only python3.5 is available.
There is no need to continue to keep these settings.

Change-Id: If33b923a5725c16eca06bdd970ceb8e66740dbd0
2017-06-08 03:09:39 +00:00

39 lines
902 B
INI

[metadata]
name = monitorstack
summary = Monitoring plugins for OpenStack
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/monitorstack
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.5
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[files]
packages =
monitorstack
[entry_points]
console_scripts =
monitorstack = monitorstack.cli:cli
[pbr]
warnerrors = True
[wheel]
universal = 1