14 lines
366 B
TOML
14 lines
366 B
TOML
[project]
|
|
name = "canary-trap"
|
|
version = "0.1.0"
|
|
description = "canary-trap — write contamination probes that survive a paraphrase, without accusing a clean model."
|
|
requires-python = ">=3.11"
|
|
dependencies = ["verifiers==0.3.1"]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|
|
|
|
[tool.hatch.build.targets.wheel]
|
|
packages = ["canary_trap"]
|