15 lines
346 B
TOML
15 lines
346 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"
|