15 lines
370 B
TOML
15 lines
370 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "catopt-studio"
|
|
version = "0.0.1"
|
|
description = "A lightweight DSL and tooling scaffold for CatOpt Studio MVP"
|
|
authors = [ { name = "OpenCode" } ]
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
[tool.setuptools.dynamic]
|
|
version = { attr = "__version__" }
|