ci: add Gitea Actions workflow and fix pyproject.toml build
Some checks failed
Deploy to VPS / deploy (push) Has been cancelled

This commit is contained in:
Asukadaisiki
2026-04-11 14:22:59 +08:00
parent 2a612d7fd6
commit ece102447c

View File

@@ -10,3 +10,6 @@ dependencies = [
"apscheduler>=3.10", "apscheduler>=3.10",
"python-dotenv>=1.0", "python-dotenv>=1.0",
] ]
[tool.setuptools]
py-modules = ["main", "config", "wechat", "db", "sync"]