restructure project + unit tests

This commit is contained in:
2026-04-13 11:44:26 +02:00
parent 50550a1f06
commit 1fb4d30407
9 changed files with 217 additions and 122 deletions
+12
View File
@@ -0,0 +1,12 @@
[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"]