feat: workable

This commit is contained in:
2026-06-12 10:25:26 +08:00
commit 3a9af920b4
32 changed files with 2079 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "happy-birds-cracker"
version = "0.1.0"
description = "基于 MaaFramework 的滑动三消(消消乐)自动求解器"
requires-python = ">=3.10"
dependencies = [
"numpy>=1.24",
"opencv-python>=4.8",
]
[tool.setuptools.packages.find]
where = ["src"]