-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
41 lines (35 loc) · 871 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
38
39
40
41
[metadata]
name = ci-config
summary = ci-config
description-file =
README.rst
author = RDO Community
author-email = [email protected]
home-page = https://github.com/rdo-infra/ci-config
classifier =
License :: OSI Approved :: Apache Software License
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
[global]
setup-hooks =
pbr.hooks.setup_hook
[files]
data_files =
usr/local/share/ci-config = jenkins
[wheel]
universal = 1
[pbr]
skip_authors = True
skip_changelog = True
[flake8]
builtins = _
max-line-length = 80
show-source = True
# TODO(ssbarnea): resolve below ignores in follow-up change:
ignore = E126,F401,H101,H102,H237,H301,H306,H401,W503
exclude = .tox .eggs
[tool:pytest]
norecursedirs = .git .tox dist
log_cli = true