2019-09-27 20:00:44 +00:00
|
|
|
[aliases]
|
|
|
|
dists = clean --all sdist bdist_wheel
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
universal = 1
|
|
|
|
|
|
|
|
[metadata]
|
|
|
|
name = molecule-hetznercloud
|
2020-04-24 11:24:38 +00:00
|
|
|
url = https://git.autonomic.zone/autonomic-cooperative/molecule-hetznercloud
|
2019-09-27 20:00:44 +00:00
|
|
|
project_urls =
|
2020-04-24 11:24:38 +00:00
|
|
|
Bug Tracker = https://git.autonomic.zone/autonomic-cooperative/molecule-hetznercloud/issues
|
|
|
|
CI: Drone = https://drone.autonomic.zone/autonomic-cooperative/molecule-hetznercloud/
|
|
|
|
Source Code = https://git.autonomic.zone/autonomic-cooperative/molecule-hetznercloud
|
2020-04-25 06:21:04 +00:00
|
|
|
description = Molecule Hetzner Cloud Plugin :: run molecule tests with hetzner cloud
|
2020-04-24 11:24:38 +00:00
|
|
|
long_description = file: README.md
|
|
|
|
long_description_content_type = text/markdown
|
|
|
|
author = decentral1se
|
2019-09-27 20:00:44 +00:00
|
|
|
author_email = lukewm@riseup.net
|
2020-04-24 11:24:38 +00:00
|
|
|
maintainer = decentral1se
|
2019-09-27 20:00:44 +00:00
|
|
|
maintainer_email = lukewm@riseup.net
|
2020-04-24 11:24:38 +00:00
|
|
|
license = LGPL
|
2019-09-27 20:00:44 +00:00
|
|
|
license_file = LICENSE
|
|
|
|
classifiers =
|
|
|
|
Development Status :: 5 - Production/Stable
|
|
|
|
Environment :: Console
|
|
|
|
Intended Audience :: Developers
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
2020-04-25 06:34:01 +00:00
|
|
|
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
|
2019-09-27 20:00:44 +00:00
|
|
|
Natural Language :: English
|
|
|
|
Operating System :: OS Independent
|
|
|
|
Programming Language :: Python :: 3
|
2020-04-24 11:24:38 +00:00
|
|
|
Programming Language :: Python :: 3.8
|
2019-09-27 20:00:44 +00:00
|
|
|
Topic :: System :: Systems Administration
|
|
|
|
Topic :: Utilities
|
|
|
|
keywords =
|
|
|
|
ansible
|
2020-04-24 12:12:57 +00:00
|
|
|
hetznercloud
|
2019-09-27 20:00:44 +00:00
|
|
|
molecule
|
|
|
|
plugin
|
2020-04-24 12:12:57 +00:00
|
|
|
roles
|
|
|
|
testing
|
2019-09-27 20:00:44 +00:00
|
|
|
verifier
|
|
|
|
|
|
|
|
[options]
|
|
|
|
use_scm_version = True
|
2020-04-27 11:07:18 +00:00
|
|
|
python_requires = >=3.6
|
2019-09-27 20:00:44 +00:00
|
|
|
packages = find:
|
|
|
|
include_package_data = True
|
|
|
|
zip_safe = False
|
|
|
|
setup_requires =
|
2020-04-24 11:24:38 +00:00
|
|
|
setuptools_scm >= 3.5.0
|
|
|
|
setuptools_scm_git_archive >= 1.1
|
2019-09-27 20:00:44 +00:00
|
|
|
install_requires =
|
2020-04-24 12:12:57 +00:00
|
|
|
hcloud >= 1.6.3, < 2
|
2020-04-24 08:59:03 +00:00
|
|
|
molecule >= 3.0.3, <= 3.1
|
2020-04-24 11:24:38 +00:00
|
|
|
pyyaml >= 5.3.1, < 6
|
2019-09-27 20:00:44 +00:00
|
|
|
|
|
|
|
[options.extras_require]
|
|
|
|
test =
|
2020-04-24 11:24:38 +00:00
|
|
|
hcloud >= 1.6.3
|
2020-04-24 11:31:57 +00:00
|
|
|
mock >= 4.0.2, < 5
|
2020-04-24 11:24:38 +00:00
|
|
|
pytest-cov >= 2.8.1, < 3
|
|
|
|
pytest-helpers-namespace >= 2019.1.8, < 2020
|
|
|
|
pytest-mock >= 3.1.0, < 4
|
2019-09-27 20:00:44 +00:00
|
|
|
pytest-verbose-parametrize>=1.7.0, < 2
|
2020-04-24 11:24:38 +00:00
|
|
|
pytest-xdist>=1.31.0, < 2
|
|
|
|
pytest>=5.4.1, < 6
|
2019-09-27 20:00:44 +00:00
|
|
|
|
|
|
|
[options.packages.find]
|
|
|
|
where = .
|
2019-10-23 11:04:57 +00:00
|
|
|
|
|
|
|
[flake8]
|
|
|
|
max-line-length = 88
|
2019-11-15 12:09:38 +00:00
|
|
|
|
|
|
|
[options.entry_points]
|
|
|
|
molecule.driver =
|
2019-11-16 02:17:36 +00:00
|
|
|
hetznercloud = molecule_hetznercloud.driver:HetznerCloud
|