16 lines
385 B
TOML
16 lines
385 B
TOML
[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"
|
|
|
|
[tool.pyright]
|
|
reportInvalidTypeForm = false
|