-
Notifications
You must be signed in to change notification settings - Fork 78
/
setup.cfg
62 lines (53 loc) · 1.57 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
53
54
55
56
57
58
59
60
61
62
[metadata]
name = monasca-api
summary = OpenStack Monitoring as a Service
description_file =
README.rst
author = OpenStack
author_email = openstack-discuss@lists.openstack.org
home_page = https://docs.openstack.org/monasca-api/latest/
python_requires = >=3.8
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 :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[files]
packages =
monasca_api
data_files =
/etc/monasca =
etc/api-logging.conf
etc/api-config.ini
[extras]
influxdb =
influxdb>=2.9.2 # MIT
cassandra =
cassandra-driver!=3.6.0,>=3.3.0 # Apache-2.0
[entry_points]
console_scripts =
monasca-api = monasca_api.api.server:launch
monasca_db = monasca_api.cmd.monasca_db:main
monasca-status = monasca_api.cmd.status:main
wsgi_scripts =
monasca-api-wsgi = monasca_api.api.wsgi:main
oslo.config.opts =
monasca_api = monasca_api.conf:list_opts
oslo.policy.policies =
monasca_api = monasca_api.policies:list_rules
[pbr]
autodoc_index_modules = True
autodoc_exclude_modules =
monasca_api.api.wsgi*
monasca_api.conf.*
monasca_api.tests.*
monasca_tempest_tests.*
api_doc_dir = contributor/api