forked from ansible/molecule
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
121 lines (105 loc) · 2.92 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[aliases]
dists = clean --all sdist bdist_wheel
[bdist_wheel]
universal = 1
[metadata]
name = molecule
url = https://github.com/ansible/molecule
project_urls =
Bug Tracker = https://github.com/ansible/molecule/issues
Release Management = https://github.com/ansible/molecule/projects
CI: Travis = https://travis-ci.com/ansible/molecule
Code of Conduct = https://docs.ansible.com/ansible/latest/community/code_of_conduct.html
Documentation = https://molecule.readthedocs.io
Mailing lists = https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
Source Code = https://github.com/ansible/molecule
description = Molecule aids in the development and testing of Ansible roles
long_description = file: README.rst
author = Ansible by Red Hat
author_email = [email protected]
maintainer = Ansible by Red Hat
maintainer_email = [email protected]
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: MIT License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: System :: Systems Administration
Topic :: Utilities
keywords =
ansible
roles
testing
molecule
[options]
use_scm_version = True
python_requires = >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
packages = find:
include_package_data = True
zip_safe = False
# These are required during `setup.py` run:
setup_requires =
setuptools_scm >= 1.15.0
setuptools_scm_git_archive >= 1.0
# These are required in actual runtime:
install_requires =
ansible >= 2.5
ansible-lint >= 4.0.2, < 5
anyconfig == 0.9.7
cerberus >= 1.2, < 3
click == 6.7
click-completion == 0.3.1
colorama == 0.3.9
cookiecutter == 1.6.0
python-gilt >= 1.2.1, < 2
Jinja2 >= 2.10.1
pexpect >= 4.6.0, < 5
psutil == 5.4.6; sys_platform!="win32" and sys_platform!="cygwin"
PyYAML == 3.13
sh == 1.12.14
six == 1.11.0
tabulate == 0.8.2
testinfra == 1.19.0
tree-format == 0.1.2
[options.extras_require]
docs =
alabaster
Sphinx
azure =
ansible[azure]
digitalocean =
dopy; python_version<"3.0"
docker =
docker>=2.0.0
ec2 =
boto
boto3
gce =
apache-libcloud
linode =
linode-python; python_version<"3.0"
lxc =
lxc-python2; python_version<"3.0" and sys_platform=="linux2"
openstack =
shade
vagrant =
python-vagrant
windows =
pywinrm
[options.entry_points]
console_scripts =
molecule = molecule.__main__:main
[options.packages.find]
where = .