From 58c7f7d1be7e954fe58131be53a0b410601b971f Mon Sep 17 00:00:00 2001 From: furtest Date: Sat, 3 Jan 2026 16:39:00 +0100 Subject: [PATCH] Add main as a script with poetry --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9f30953..5b96ec5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,9 @@ requires-python = ">=3.13" dependencies = [ ] +[project.scripts] +unisync = "unisync.main:main" + [tool.poetry] packages = [{include = "unisync", from = "src"}]