Move setuptools config to pyproject

This commit is contained in:
Simon Conseil
2023-02-14 22:01:34 +01:00
parent 66bd01106b
commit 8e72326510
3 changed files with 88 additions and 98 deletions

View File

@@ -20,13 +20,6 @@ extras =
tests
commands = pytest --cov sigal --cov-report term tests/
[testenv:check]
skip_install = true
deps =
check-manifest
commands =
check-manifest -v --ignore sigal/version.py,*.yml,*.yaml,.git-blame-ignore-revs {toxinidir}
[testenv:doc]
whitelist_externals = make
extras = docs