diff options
| author | alex <alex@pdp7.net> | 2023-10-19 22:09:54 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-19 22:09:54 +0200 |
| commit | c756cf590ab20ae90979b0a71b43f600dfbd1224 (patch) | |
| tree | eedcdda0652f5d5ba5eff50f19ac30770d0f26e2 /scripts/pyproject.toml | |
| parent | d7437aae5d15f107fdc52dc33f23908449a602c5 (diff) | |
Refactor mbsync stuff
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 2df3f455..b797e68b 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -17,6 +17,6 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] ruscreen = 'p7s.ruscreen:main' -mbsync_config = 'p7s.mbsync:generate_config' +mbsync_config = 'p7s.mail:generate_config' db-create = 'p7s.distrobox:create' db-enter = 'p7s.distrobox:enter' |
