Skip to content

Commit 6fea885

Browse files
committed
fix console_scripts format
1 parent 57632d5 commit 6fea885

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,10 @@ Documentation = "https://AnswerDotAI.github.io/plash_cli"
2525
plash_cli = "plash_cli._modidx:d"
2626

2727
[project.scripts]
28-
plash_deploy=plash_cli.cli:_deploy
29-
28+
plash_deploy = "plash_cli.cli:_deploy"
3029
[tool.setuptools.dynamic]
3130
version = {attr = "plash_cli.__version__"}
3231

33-
[project.scripts]
34-
plash_deploy=plash_cli.cli:_deploy
35-
3632
[tool.setuptools.packages.find]
3733
include = ["plash_cli"]
3834

0 commit comments

Comments
 (0)