-
Notifications
You must be signed in to change notification settings - Fork 7
/
setup.cfg
39 lines (34 loc) · 917 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
[metadata]
name = Cibyl
description_file = README.rst
home_page = https://github.com/rhos-infra/cibyl
author = Red Hat Code Reliability Engineering Team
author_email = [email protected]
maintainer = Red Hat Code Reliability Engineering Team
maintainer_email = [email protected]
classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Software Development :: Libraries :: Python Modules
[files]
packages =
kernel
tripleo
cibyl
[entry_points]
console_scripts =
cibyl = cibyl.cli.main:main
[egg_info]
egg_base = .
[bdist_wheel]
universal = 1
[pbr]
warnerrors = true
skip_authors = true
skip_reno = true
skip_changelog = true