Files
boolean-tools/pyproject.toml
T
2026-05-18 14:46:35 +02:00

14 lines
251 B
TOML

[project]
name = "boolean-tools"
version = "0.1.0"
description = "Boolean tools"
authors = [{name = "Sam HADOW"}]
requires-python = ">=3.10"
[project.scripts]
anf = "anf.cli:main"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]