[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "fabletest" version = "0.1.0" description = "FablePool constitutional test suite: a scenario DSL, adversarial regression harness, and attack corpus run against the constitution's machine-readable parameters on every proposed amendment." readme = "README.md" license = { text = "MIT" } requires-python = ">=3.10" authors = [{ name = "FablePool contributors" }] dependencies = [ "pydantic>=2.5,<3", "PyYAML>=6.0,<7", "click>=8.1,<9", "rich>=13.0,<15", ] [project.optional-dependencies] dev = [ "pytest>=8,<9", ] [project.scripts] fable-test = "fabletest.cli:main" [tool.hatch.build.targets.wheel] packages = ["fabletest"] [tool.pytest.ini_options] testpaths = ["tests"]