-
Notifications
You must be signed in to change notification settings - Fork 2
/
setup.cfg
66 lines (55 loc) · 1.79 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
[metadata]
name = os-vm-expire
summary = Manage VM expiration and deletion
description-file =
README.rst
author = Olivier Sallou
author-email = [email protected]
home-page = https://github.com/genouest/os-vm-expire
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.3
Programming Language :: Python :: 3.4
[files]
packages =
os_vm_expire
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = os_vm_expire/locale
domain = os_vm_expire
[update_catalog]
domain = os_vm_expire
output_dir = os_vm_expire/locale
input_file = os_vm_expire/locale/os_vm_expire.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = os_vm_expire/locale/os_vm_expire.pot
[entry_points]
oslo.policy.policies =
osvmexpire = os_vm_expire.common.policies:list_rules
console_scripts =
osvmexpire-manage = os_vm_expire.cmd.expire_manage:main
osvmexpire-db-manage = os_vm_expire.cmd.db_manage:main
osvmexpire-worker = os_vm_expire.cmd.worker:main
osvmexpire-cleaner = os_vm_expire.cmd.cleaner:main
wsgi_scripts =
osvmexpire-wsgi-api = os_vm_expire.api.app:get_api_wsgi_script
oslo.config.opts =
osvmexpire.common.config = os_vm_expire.common.config:list_opts
oslo.config.opts.defaults =
osvmexpire.common.config = os_vm_expire.common.config:set_middleware_defaults