[project] name = "redaction-pressure" version = "0.1.0" description = "redaction-pressure — write redaction rules graded on records the author never saw." requires-python = ">=3.11" dependencies = ["verifiers", "regex"] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["redaction_pressure"]