hatchimera / pyproject.toml
arkai2025's picture
feat: Build Buddy — voxel pet fusion (AI genetics engine)
357e825
Raw
History Blame Contribute Delete
197 Bytes
[project]
name = "buddy-fusion"
version = "0.1.0"
requires-python = ">=3.12"
[project.optional-dependencies]
dev = ["pytest"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]