This repository has been archived by the owner on Jan 8, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
67 lines (60 loc) · 1.77 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
[metadata]
name = molecule-lxd
url = https://github.com/ansible-community/molecule-lxd
project_urls =
Bug Tracker = https://github.com/ansible-community/molecule-lxd/issues
CI = https://github.com/ansible-community/molecule-lxd/actions
Mailing lists = https://docs.ansible.com/ansible/latest/community/communication.html#mailing-list-information
Source Code = https://github.com/ansible-community/molecule-lxd
description = LCD Molecule Plugin :: run molecule tests on LXD
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Ansible by Red Hat
author_email = info@ansible.com
maintainer = Ansible by Red Hat
maintainer_email = info@ansible.com
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: Console
Framework :: Pytest
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 :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: System :: Systems Administration
Topic :: Utilities
keywords =
ansible
roles
testing
molecule
plugin
lxd
[options]
use_scm_version = True
python_requires = >=3.8
packages = find:
package_dir =
= src
include_package_data = True
zip_safe = False
# These are required in actual runtime:
install_requires =
molecule >= 3.4.0
pyyaml >= 5.1, < 6
[options.extras_require]
test =
molecule[test]
[options.entry_points]
molecule.driver =
lxd = molecule_lxd.driver:LXD
[options.packages.find]
where = src