From 02a759c4fe19c19ca4fa025d5c94af7908dd6d59 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 17 Oct 2023 22:44:14 +0200 Subject: [PATCH] Add mbsync_config script --- scripts/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 8e80de4..bef039f 100644 --- a/scripts/pyproject.toml +++ b/scripts/pyproject.toml @@ -17,3 +17,4 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] ruscreen = 'p7s.ruscreen:main' +mbsync_config = 'p7s.mbsync:generate_config' -- 2.47.3