Add main as a script with poetry

This commit is contained in:
2026-01-03 16:39:00 +01:00
parent eefb21faff
commit 58c7f7d1be

View File

@@ -10,6 +10,9 @@ requires-python = ">=3.13"
dependencies = [ dependencies = [
] ]
[project.scripts]
unisync = "unisync.main:main"
[tool.poetry] [tool.poetry]
packages = [{include = "unisync", from = "src"}] packages = [{include = "unisync", from = "src"}]