autonomic.gandi/setup.cfg

23 lines
346 B
INI
Raw Normal View History

[tool:pytest]
testpaths = test
[flake8]
max-line-length = 80
[isort]
line_length = 80
multi_line_output = 3
skip = .venv, .tox
include_trailing_comma = True
[metadata]
2020-03-28 17:31:46 +00:00
name = autonomic.gandi
author = decentral1se
2020-03-29 12:46:16 +00:00
version = 0.0.5
2020-03-28 16:55:36 +00:00
[options]
packages = find:
install_requires =
ansible >= 2.9.6, <= 2.10
2020-03-28 17:31:05 +00:00
dns-lexicon[gandi] >= 3.3.19, <= 3.4