argon2-cffi-bindings/pyproject.toml
Hynek Schlawack dd0b48a459 Initial
2021-11-28 11:17:48 +01:00

23 lines
375 B
TOML

[build-system]
requires = ["setuptools>=45", "setuptools_scm>=6.2", "wheel", "cffi>=1.0"]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]
[tool.pytest.ini_options]
addopts = "-ra --strict-markers --capture=no"
xfail_strict = true
testpaths = "tests"
filterwarnings = [
"once::Warning",
]
[tool.black]
line-length = 79
[tool.isort]
profile = "attrs"