Add main as a script with poetry
This commit is contained in:
@@ -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"}]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user