-
Notifications
You must be signed in to change notification settings - Fork 10
/
setup.cfg
53 lines (47 loc) · 1.23 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
[metadata]
name = devnest
author = Michal Pryc
author-email = [email protected]
maintainer = Michal Pryc
maintainer-email = [email protected]
summary = TBD
description-file =
README.rst
ChangeLog
home-page = https://github.com/rhos-infra/devnest
license = BSD
classifier =
Development Status :: 5 - Production/Stable
Environment :: Other Environment
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Internet :: WWW/HTTP
keywords =
jenkins
[files]
packages =
devnest
[entry_points]
console_scripts =
devnest = devnest.lib.cli:main
[egg_info]
egg_base = .
[bdist_wheel]
universal = 1
[flake8]
max-line-length=160
# debug.py is excluded because is copied from Ansible 2.3+
exclude=build,.eggs,.tox,plugins/callbacks/debug.py
statistics=yes
ignore = D
[pbr]
warnerrors = true