-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (27 loc) · 908 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[metadata]
name = collectd-gnocchi-status
author = Alex Krzos
author-email = akrzos@redhat.com
summary = Collectd plugin to poll for Gnocchi Status.
description-file = README.rst
url = https://github.com/akrzos/collectd-gnocchi-status
home-page = https://github.com/akrzos/collectd-gnocchi-status
license = Apache-2
classifier =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Topic :: System :: Monitoring
[global]
setup-hooks = pbr.hooks.setup_hook
[files]
packages = collectd_gnocchi_status
[wheel]
universal = 1