| 1 | [build-system] |
| 2 | requires = ["hatchling"] |
| 3 | build-backend = "hatchling.build" |
| 4 | |
| 5 | [project] |
| 6 | name = "codewhale-verifiers-harness" |
| 7 | version = "0.1.0" |
| 8 | description = "Prime Intellect Verifiers v0.2 harness for Codewhale" |
| 9 | readme = "README.md" |
| 10 | requires-python = ">=3.11,<3.14" |
| 11 | license = { text = "MIT" } |
| 12 | dependencies = ["verifiers==0.2.0"] |
| 13 | |
| 14 | [tool.hatch.build.targets.wheel] |
| 15 | packages = ["codewhale_harness"] |
| 16 |