spelunkai/recording/pyproject.toml
Jonas 65155ce22e Scaffold monorepo structure for all pipeline components
Add top-level README, .gitignore, and per-component directories
(recording, labeling backend/frontend, training, inference, control)
with READMEs and pyproject.toml/package skeletons per CLAUDE.md §2-3.
No implementation yet, just structure to build against.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-16 07:16:55 +02:00

14 lines
314 B
TOML

[project]
name = "spelunkai-recording"
version = "0.0.0"
description = "SpelunkAI Recording Tool: gameplay video + input log capture"
requires-python = ">=3.10"
dependencies = []
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["src"]