From ece102447cf12b24a4d93a45633edb621ff0cc25 Mon Sep 17 00:00:00 2001 From: Asukadaisiki <3052182661@qq.com> Date: Sat, 11 Apr 2026 14:22:59 +0800 Subject: [PATCH] ci: add Gitea Actions workflow and fix pyproject.toml build --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 757c0fe..3a38a3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,3 +10,6 @@ dependencies = [ "apscheduler>=3.10", "python-dotenv>=1.0", ] + +[tool.setuptools] +py-modules = ["main", "config", "wechat", "db", "sync"]