forked from damoore044/Broker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
47 lines (44 loc) · 1.06 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
[metadata]
name = broker
description = The infrastructure middleman.
long_description = file: README.md, HISTORY.md
long_description_content_type = text/markdown
author = Jacob J Callahan
author_email = [email protected]
url = https://github.com/SatelliteQE/broker
license = GNU General Public License v3
keywords = broker, AnsibleTower
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
[options]
install_requires =
awxkit
click
dynaconf>=3.1.0
logzero
pyyaml
setuptools
ssh2-python
packages = find:
zip_safe = False
[options.extras_require]
test = pytest
setup =
setuptools
setuptools-scm
wheel
twine
docker =
docker
paramiko
podman = podman-py
[options.entry_points]
console_scripts =
broker = broker.commands:cli