15 lines
461 B
TOML
15 lines
461 B
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea74-polyport-studio-interactive"
|
|
version = "0.1.0"
|
|
description = "Interactive, verifiable algebraic portfolio design DSL core (MVP)"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
|
|
[tool.setuptools]
|
|
packages = ["idea74_polyport_studio_interactive"]
|
|
package-dir = {"idea74_polyport_studio_interactive" = "src/idea74_polyport_studio_interactive"}
|