idea128-investlearn-studio-.../pyproject.toml

18 lines
440 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "idea128_investlearn_studio_verifiable"
version = "0.1.0"
description = "InvestLearn Studio: Verifiable, Offline-First Investment Education & Practice Engine (prototype)"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"pandas>=1.3.0",
"pytest>=6.0",
]
[tool.setuptools.packages.find]
where = ["src"]