We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57632d5 commit 6fea885Copy full SHA for 6fea885
1 file changed
pyproject.toml
@@ -25,14 +25,10 @@ Documentation = "https://AnswerDotAI.github.io/plash_cli"
25
plash_cli = "plash_cli._modidx:d"
26
27
[project.scripts]
28
-plash_deploy=plash_cli.cli:_deploy
29
-
+plash_deploy = "plash_cli.cli:_deploy"
30
[tool.setuptools.dynamic]
31
version = {attr = "plash_cli.__version__"}
32
33
-[project.scripts]
34
35
36
[tool.setuptools.packages.find]
37
include = ["plash_cli"]
38
0 commit comments