Skip to content

Commit 4760012

Browse files
committed
Add cli entrypoint to pyproject.toml
1 parent 3b722c3 commit 4760012

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ classifiers = [
2929
]
3030
packages = [{include = "gitea_github_sync"}]
3131

32+
[tool.poetry.scripts]
33+
gitea-github-sync = "gitea_github_sync.cli:cli"
34+
3235
[tool.poetry.dependencies]
3336
python = "^3.8.1"
3437
pygithub = "^1.57"

0 commit comments

Comments
 (0)