17 lines
422 B
TOML
17 lines
422 B
TOML
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "algebraic_portfolio_provenance_studio_ve"
|
|
version = "0.1.0"
|
|
description = "MVP: Algebraic Portfolio Provenance Studio (APPS) in Python"
|
|
authors = [{name = "OpenCode", email = "devnull@example.com"}]
|
|
readme = "README.md"
|
|
|
|
[tool.setuptools]
|
|
package-dir = { "" = "." }
|
|
|
|
[tool.setuptools.packages.find]
|
|
where = ["."]
|