16 lines
429 B
TOML
16 lines
429 B
TOML
[build-system]
|
|
requires = ["setuptools>=61.0","wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "idea115-taxalpha-studio-declarative"
|
|
version = "0.1.0"
|
|
description = "TaxAlpha Studio: Declarative tax-aware portfolio optimization (Phase 0 skeleton)"
|
|
readme = "README.md"
|
|
license = {text = "MIT"}
|
|
authors = [{name = "OpenCode Agent"}]
|
|
requires-python = ">=3.8"
|
|
|
|
[project.urls]
|
|
Home = "https://example.com/idea115"
|