restructure project + unit tests
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user