[project] name = "buddy-fusion" version = "0.1.0" requires-python = ">=3.12" [project.optional-dependencies] dev = ["pytest"] [tool.pytest.ini_options] testpaths = ["tests"] pythonpath = ["src"]