-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
59 lines (52 loc) · 1.35 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
[metadata]
name = novajoin
description-file =
README.md
license = Apache License, Version 2.0
summary = Nova integration to enroll IPA clients
author = Rob Crittenden
author_email = [email protected]
home-page = https://github.com/rcritten/novajoin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
Intended Audience :: Developers
Topic :: Utilities
License :: OSI Approved :: Apache Software License
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Development Status :: 3 - Alpha
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
/usr/share/novajoin =
files/cloud-config.json
files/freeipa.json
files/join.conf.template
/etc/nova = files/join-api-paste.ini
/usr/sbin =
scripts/novajoin-notify
scripts/novajoin-server
scripts/novajoin-install
/usr/libexec = scripts/novajoin-ipa-setup
/usr/share/man/man1 =
man/novajoin-install.1
man/novajoin-notify.1
man/novajoin-server.1
packages =
novajoin
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = docs/html
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True