20 lines
451 B
TOML
20 lines
451 B
TOML
[project]
|
|
name = "aurora-iconset-builder"
|
|
version = "0.1.0"
|
|
description = "The Programmatic Icon Assembly Workflow for Aurora Icon Set."
|
|
readme = "README.md"
|
|
authors = [
|
|
{ name = "yyc12345", email = "yyc12321@outlook.com" }
|
|
]
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"pillow>=12.3.0",
|
|
]
|
|
|
|
[project.scripts]
|
|
aurora-iconset-builder = "aurora_iconset_builder:main"
|
|
|
|
[build-system]
|
|
requires = ["uv_build>=0.8.0,<0.9"]
|
|
build-backend = "uv_build"
|