catopt-query-category-theor.../pyproject.toml

17 lines
417 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "catopt_query"
version = "0.1.0"
description = "MVP: Category-Theoretic Compositional Optimizer for Distributed Query Planning"
readme = "README.md"
requires-python = ">=3.9"
license = { text = "MIT" }
authors = [ { name = "OpenCode" } ]
dependencies = []
[tool.setuptools.packages.find]
where = ["."]