solstice/pyproject.toml

15 lines
346 B
TOML
Raw Normal View History

2025-05-17 21:09:30 +08:00
[project]
name = "solstice"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
authors = [{ name = "Yuki Kitagawa", email = "yuki.kitagawa@pm.me" }]
requires-python = ">=3.11,<3.12"
dependencies = [
"fake-bpy-module-latest>=20250505",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"