diff options
| author | alex <alex@pdp7.net> | 2023-10-17 22:44:14 +0200 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-10-17 22:44:14 +0200 |
| commit | 02a759c4fe19c19ca4fa025d5c94af7908dd6d59 (patch) | |
| tree | 782991fc166f298fe14f63b7a34c36eec8c3b6ae /scripts/pyproject.toml | |
| parent | 383b44845e66a65c31bd9f284ea3c3b3f59aaff7 (diff) | |
Add mbsync_config script
Diffstat (limited to 'scripts/pyproject.toml')
| -rw-r--r-- | scripts/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml index 8e80de4c..bef039fd 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' |
