-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
70 lines (61 loc) · 1.86 KB
/
setup.cfg
File metadata and controls
70 lines (61 loc) · 1.86 KB
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
[aliases]
dists = clean --all sdist bdist_wheel
[bdist_wheel]
universal = 1
[metadata]
name = molecule-virt_lightning
url = https://github.com/ansible-community/molecule-virt_lightning
project_urls =
Bug Tracker = https://github.com/ansible-community/molecule-virt_lightning/issues
Release Management = https://github.com/ansible-community/molecule-virt_lightning/releases
Source Code = https://github.com/ansible-community/molecule-virt_lightning
description = Virt-Lightning Molecule Plugin :: run molecule tests using Virt-Lightning
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Gonéri Le Bouder
author_email = goneri@lebouder.net
maintainer = Gonéri Le Bouder
maintainer_email = goneri@lebouder.net
license = MIT
license_file = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
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.6
Programming Language :: Python :: 3.7
Topic :: System :: Systems Administration
Topic :: Utilities
keywords =
ansible
roles
testing
molecule
plugin
libvirt
[options]
use_scm_version = True
python_requires = >=3.6
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.9.5
molecule >= 3.0.2
virt-lightning
[options.entry_points]
molecule.driver =
virt_lightning = molecule_virt_lightning.driver:Virt_Lightning
[options.packages.find]
where = .