[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"]