-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
44 lines (38 loc) · 1.01 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
[metadata]
name = rdo-container-registry
summary = rdo-container-registry
description-file =
README.rst
author = David Moreau Simard
author-email = [email protected]
home-page = https://github.com/rdo-infra/rdo-container-registry
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/rdo-container-registry =
hosts
host-preparation.yml
letsencrypt.sh
usr/local/share/rdo-container-registry/roles = roles/*
usr/local/share/rdo-container-registry/group_vars = group_vars/*
usr/local/share/rdo-container-registry/doc = doc/source/*
[build_sphinx]
source-dir = docs
build-dir = docs/build
all_files = 1
[upload_sphinx]
upload-dir = docs/html
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True