forked from openstack/monasca-log-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
86 lines (72 loc) · 1.98 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[metadata]
name = monasca-log-api
summary = Monasca API for sending log entries
description-file =
README.rst
author = OpenStack
author-email = [email protected]
home-page = https://github.com/openstack/monasca-log-api
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
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
packages =
monasca_log_api
monasca_log_api_tempest
data_files =
etc/monasca =
etc/monasca/log-api-paste.ini
etc/monasca/log-api-logging.conf
[entry_points]
console_scripts =
monasca-log-api = monasca_log_api.app.main:main
wsgi_scripts =
monasca-log-api-wsgi = monasca_log_api.app.wsgi:main
tempest.test_plugins =
monasca_log_api_tests = monasca_log_api_tempest.plugin:MonascaLogApiTempestPlugin
oslo.config.opts =
monasca_log_api = monasca_log_api.conf:list_opts
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[build_apiguide]
all_files = 1
build-dir = api-guide/build
source-dir = api-guide/source
[build_apiref]
all_files = 1
build-dir = api-ref/build
source-dir = api-ref/source
[build_releasenotes]
all_files = 1
build-dir = releasenotes/build
source-dir = releasenotes/source
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1
[pbr]
autodoc_index_modules = True
autodoc_exclude_modules =
monasca_log_api.app.wsgi*
# NOTE(trebskit) we cannot document that because of side-effect
# of trying to load entire application and inability to find
# config files.
monasca_log_api.tests.*
monasca_log_api_tempest.*
api_doc_dir = contributor/api