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

13 lines
236 B
TOML

[project]
name = "blueprint"
version = "0.1.0"
# requires-python = "<3.12"
dependencies = ["numpy", "rerun-sdk"]
[project.scripts]
blueprint = "blueprint:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"