23 lines
326 B
INI
23 lines
326 B
INI
[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]
|
|
name = library
|
|
author = decentral1se
|
|
version = 0.0.1
|
|
|
|
[options]
|
|
packages = find:
|
|
install_requires =
|
|
ansible >= 2.9.6, <= 2.10
|
|
gandi.cli >= 1.5, <= 2.0
|