solstice/pyproject.toml

16 lines
385 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"
2025-05-17 23:12:31 +08:00
dependencies = ["fake-bpy-module-latest>=20250505"]
2025-05-17 21:09:30 +08:00
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
2025-05-17 23:12:31 +08:00
[tool.pyright]
reportInvalidTypeForm = false