forked from IFCA-Advanced-Computing/caso
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
83 lines (67 loc) · 2.09 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
[metadata]
name = caso
summary = cASO is an OpenStack Accounting extractor.
description_file = README.md
description_content_type = text/markdown; charset=UTF-8
author = Alvaro Lopez Garcia
author_email = [email protected]
home_page = http://github.com/IFCA/caso
project_urls =
Bug Tracker = https://github.com/IFCA/caso/issues
Documentation = https://caso.readthedocs.io/
license = Apache-2
license_file = LICENSE
python_requires = >=3.6
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
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 :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[files]
packages =
caso
data_files =
etc/caso/ = etc/caso/*
[entry_points]
oslo.config.opts =
caso = caso.opts:list_opts
console_scripts =
caso-extract = caso._cmd.extract:main
caso-projects = caso._cmd.projects:main
caso-mapping-migrate = caso._cmd.projects:migrate
caso.extractors =
nova = caso.extract.openstack.nova:NovaExtractor
neutron = caso.extract.openstack.neutron:NeutronExtractor
cinder = caso.extract.openstack.cinder:CinderExtractor
caso.messenger =
noop = caso.messenger.noop:NoopMessenger
ssm = caso.messenger.ssm:SSMMessenger
ssmv4 = caso.messenger.ssm:SSMMessengerV04
logstash = caso.messenger.logstash:LogstashMessenger
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = caso/locale
domain = caso
[update_catalog]
domain = caso
output_dir = caso/locale
input_file = caso/locale/caso.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = caso/locale/caso.pot