-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
60 lines (52 loc) · 1.4 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
[aliases]
dists = clean --all sdist bdist_wheel
[metadata]
name = molecule-glesys
url = https://github.com/glesys/molecule-driver
project_urls =
Bug Tracker = https://github.com/glesys/molecule-driver/issues
Source Code = https://github.com/glesys/molecule-driver
description = Molecule GleSYS Plugin :: run molecule tests in GleSYS Cloud
long_description = file: README.md
long_description_content_type = text/markdown
author = Magnus Johansson
author_email = [email protected]
maintainer = Magnus Johansson
maintainer_email = [email protected]
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3
keywords =
ansible
roles
testing
molecule
plugin
[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 =
molecule >= 24.6.0
pyyaml >= 6.0.1
[options.extras_require]
test =
molecule[test]
[options.entry_points]
molecule.driver =
molecule-glesys = molecule_glesys.driver:GleSYS
[options.packages.find]
where = .