Skip to content

Commit

Permalink
chore: update pyproject.toml entrypoints to cli root command
Browse files Browse the repository at this point in the history
  • Loading branch information
qduanmu committed Dec 13, 2024
1 parent 6cd4196 commit 64adaf5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,7 @@ repository = 'https://github.com/RedHatProductSecurity/trestle-bot'


[tool.poetry.scripts]
trestlebot-init = "trestlebot.entrypoints.init:main"
trestlebot-autosync = "trestlebot.entrypoints.autosync:main"
trestlebot-rules-transform = "trestlebot.entrypoints.rule_transform:main"
trestlebot-create-cd = "trestlebot.entrypoints.create_cd:main"
trestlebot-sync-upstreams = "trestlebot.entrypoints.sync_upstreams:main"
trestlebot-create-ssp = "trestlebot.entrypoints.create_ssp:main"
trestlebot = "trestlebot.cli.root:root_cmd"

[tool.poetry.dependencies]
python = '^3.8.1'
Expand Down

0 comments on commit 64adaf5

Please sign in to comment.