forked from openstack-archive/tripleo-quickstart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
37 lines (33 loc) · 989 Bytes
/
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
[metadata]
name = tripleo-quickstart
summary = tripleo-quickstart - Making it easy to get started with tripleo
description-file =
README.rst
author = OpenStack
author-email = [email protected]
home-page = https://docs.openstack.org/tripleo-quickstart/latest/
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 4 - Beta
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Utilities
[files]
data_files =
usr/local/share/tripleo-quickstart/roles = roles/*
usr/local/share/tripleo-quickstart/library = library/*
usr/local/share/tripleo-quickstart/test_plugins = test_plugins/*
playbooks = playbooks/*
config/ = config/*
[pbr]
skip_authors = True
skip_changelog = True
[flake8]
# E123, E125 skipped as they are invalid PEP-8.
show-source = True
ignore = E123,E125
builtins = _
[tool:pytest]
ignore = .tox dist
addopts = -x