14 lines
370 B
TOML
14 lines
370 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "catopt_category_theoretic_compositional"
|
|
version = "0.0.1"
|
|
description = "Minimal MVP for CatOpt: category-theoretic compositional optimization (placeholder)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|