Skip to content

Commit 61e2d2f

Browse files
committed
chore: update pyproject script
1 parent 03ddaa1 commit 61e2d2f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .main import main
2+
3+
__all__ = ["main"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dev = [
2727
]
2828

2929
[project.scripts]
30-
sync = "synchronizer.main:main"
30+
sync = "synchronizer:main"
3131

3232
[tool.setuptools.packages.find]
3333
where = ["__meta/synchronizer"]

0 commit comments

Comments
 (0)