forked from redhat-openstack/infrared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (30 loc) · 811 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
[metadata]
name = infrared
summary = InfraRed - easy-to-use plugin-based CLI for Ansible based projects
description-file =
README.rst
author = ''
author-email = ''
home-page = https://github.com/redhat-openstack/infrared
classifier =
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
Intended Audience :: System Administrators
Intended Audience :: Information Technology
Topic :: Software Development :: Testing
Topic :: Utilities
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[files]
packages =
infrared
data_files =
common = common/*
[entry_points]
console_scripts =
infrared = infrared.main:main
ir = infrared.main:main