12 lines
345 B
TOML
12 lines
345 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea176_goc_synth_automated"
|
|
version = "0.1.0"
|
|
description = "MVP: Automated DSL-to-Adapter synthesis for Graph-of-Contracts cross-domain optimization."
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = ["pydantic>=2.7,<3"]
|