Skip to content

Commit 09549ab

Browse files
🩹 hotfix: edited pyproject.toml to fix CLI root command
1 parent a1ac3a2 commit 09549ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,10 @@ cli = 'python -m squarecloud.cli.main'
6666
publish-test = 'poetry publish -r pypi-test --build'
6767
install-test = 'pip install -i https://test.pypi.org/pypi/ --extra-index-url https://pypi.org/simple --upgrade squarecloud-api'
6868
docs = 'mkdocs serve'
69+
clear-test-apps = 'python -m scripts.clear_test_apps'
6970

7071
[tool.poetry.scripts]
71-
clear-test-apps = 'scripts.clear_test_apps:delete_test_apps'
72+
squarecloud = 'squarecloud.cli.main:safe_entry_point'
7273

7374
[tool.ruff]
7475
line-length = 79

0 commit comments

Comments
 (0)