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"]