pyproject.toml
toml
sha256:2313b6a6353294a0ca08ff579624198da250b99163a86215aed31a905912e360
Land Scooling Lab T0/T2 training contract and seven-tier tests
Human
minor
⚠ breaking
43 days ago
| 1 | [build-system] |
| 2 | requires = ["setuptools>=68"] |
| 3 | build-backend = "setuptools.build_meta" |
| 4 | |
| 5 | [project] |
| 6 | name = "scooling-lab" |
| 7 | version = "0.1.0" |
| 8 | description = "Open-source training workspace boundary for Scooling: T0/T2 training API contract and fake worker." |
| 9 | readme = "README.md" |
| 10 | requires-python = ">=3.11" |
| 11 | license = { text = "Apache-2.0" } |
| 12 | authors = [{ name = "Scooling contributors" }] |
| 13 | dependencies = [] |
| 14 | |
| 15 | [tool.setuptools.packages.find] |
| 16 | where = ["src"] |
| 17 | |
| 18 | [tool.setuptools.package-data] |
| 19 | scooling_lab = ["fixtures/*.jsonl"] |
| 20 | |
| 21 | [tool.scooling_lab] |
| 22 | phase = "T0" |
| 23 | private_data_allowed = false |
| 24 | agpl_components_allowed = false |
| 25 | |
| 26 | [tool.scooling_lab.bom] |
| 27 | ci_time_budget_seconds = 30 |
File History
1 commit
sha256:2313b6a6353294a0ca08ff579624198da250b99163a86215aed31a905912e360
Land Scooling Lab T0/T2 training contract and seven-tier tests
Human
minor
⚠
43 days ago