refactor: peel assemblicon off as indenpendent project

peel assemblicon off as indenpendent project
in SarasasChipWorkshop/assemblicon
This commit is contained in:
2026-09-09 20:40:21 +08:00
parent 72edad6edc
commit a33c3538f5
44 changed files with 48 additions and 1864 deletions
+4 -1
View File
@@ -8,7 +8,7 @@ authors = [
]
requires-python = ">=3.13"
dependencies = [
"pillow>=12.3.0",
"assemblicon",
]
[project.scripts]
@@ -17,3 +17,6 @@ aurora-iconset-builder = "aurora_iconset_builder:main"
[build-system]
requires = ["uv_build>=0.8.0,<0.9"]
build-backend = "uv_build"
[tool.uv.sources]
assemblicon = { git = "https://github.com/SarasasChipWorkshop/assemblicon" }