-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
55 lines (48 loc) · 1.19 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
[metadata]
name = freezer-dr
version = 0.1.0
summary = OpenStack Disaster Recovery
description-file =
README.rst
author = Freezer Team
author-email = [email protected]
home-page = https://wiki.openstack.org/wiki/Freezer
classifier =
Environment :: OpenStack
Intended Audience :: Developers
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
Development Status :: 5 - Production/Stable
Natural Language :: English
Operating System :: POSIX :: Linux
Topic :: System :: Recovery Tools
keywords =
openstack
freezer
disaster
recovery
evacuation
high availability
dr
[files]
packages =
freezer_dr
[global]
setup-hooks =
pbr.hooks.setup_hook
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[pbr]
warnerrors = True
[entry_points]
oslo.config.opts =
freezer-dr = freezer_dr.common.config:list_opts
console_scripts =
freezer-dr = freezer_dr.main:main