15 lines
368 B
TOML
15 lines
368 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "catopt-grid"
|
|
version = "0.0.1"
|
|
description = "Category-theoretic compositional optimizer MVP for cross-domain distributed optimization"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = ["numpy"]
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|