15 lines
379 B
TOML
15 lines
379 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "catopt-graph-graph_calculus_driven_compo"
|
|
version = "0.1.0"
|
|
description = "MVP: Graph-calculus-driven compositional optimization for edge meshes"
|
|
requires-python = ">=3.10"
|
|
license = { text = "MIT" }
|
|
readme = "README.md"
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["src"]
|