Files
2026-07-13 13:05:14 +08:00

17 lines
327 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "blueprint_stocks"
version = "0.1.0"
requires-python = ">=3.10"
readme = "README.md"
dependencies = ["humanize", "rerun-sdk", "yfinance"]
[project.scripts]
blueprint_stocks = "blueprint_stocks:main"
[tool.rerun-example]
#skip = true