15 lines
321 B
TOML
15 lines
321 B
TOML
[project]
|
|
name = "holonomia"
|
|
version = "0.1.0"
|
|
description = "A Blender plugin for parametric sewing pattern design"
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "Leni Aniva", email = "v@leni.sh" }
|
|
]
|
|
requires-python = ">=3.12"
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|