forked from infrawatch/python-observabilityclient
-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
52 lines (46 loc) · 1.52 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[metadata]
name = python-observabilityclient
summary = OpenStack Observability Client
description_file =
README.rst
license = Apache License, Version 2.0
author = OpenStack
author_email = [email protected]
home_page = https://infrawatch.github.io/documentation/
python_requires = >=3.6
classifier =
Environment :: Console
Environment :: OpenStack
Environment :: Infrawatch
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[files]
packages =
observabilityclient
[entry_points]
openstack.cli.extension =
observabilityclient = observabilityclient.plugin
openstack.observabilityclient.v1 =
observability_discover = observabilityclient.v1.deploy:Discover
observability_setup = observabilityclient.v1.deploy:Setup
# observability_upgrade = observabilityclient.v1.deploy:Upgrade
# metrics_list = observabilityclient.v1.metrics:List
# metrics_get = observabilityclient.v1.metrics:Get
[flake8]
show-source = True
builtins = _
exclude =
.venv,
.git,
dist