12 lines
204 B
TOML
12 lines
204 B
TOML
[project]
|
|
name = "sandcage"
|
|
version = "0.1.0"
|
|
description = "Tooling and scripts for the Sandcage project"
|
|
requires-python = ">=3.12"
|
|
dependencies = []
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pytest>=9.0.3",
|
|
]
|