This commit is contained in:
François Boulogne 2025-06-25 11:31:55 +02:00
parent 7a3e31c903
commit 1441a44690
5 changed files with 40 additions and 2 deletions

View file

@ -53,6 +53,10 @@ testpaths = ["tests"]
python_files = "test_*.py"
pythonpath = ["."]
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[tool.coverage.run]
source = ["optifik"]
omit = ["optifik/tests/*"]