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"}]