Skip to content

Commit e69b10a

Browse files
committed
feat: removed old robotcode.debugger script in favor of using robotcode debug cli command
1 parent d5f47df commit e69b10a

File tree

4 files changed

+1
-17
lines changed

4 files changed

+1
-17
lines changed

packages/analyze/pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies = [
2929
"robotframework>=4.1.0",
3030
"robotcode-plugin==0.47.5",
3131
"robotcode-robot==0.47.5",
32+
"robotcode==0.47.5",
3233
]
3334
dynamic = ["version"]
3435

packages/analyze/src/robotcode/analyze/__main__.py

-6
This file was deleted.

packages/debugger/pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ debugpy = ["debugpy"]
3838
[project.entry-points.robotcode]
3939
debugger = "robotcode.debugger.hooks"
4040

41-
[project.scripts]
42-
'robotcode.debugger' = 'robotcode.debugger.__main__:main'
43-
4441
[project.urls]
4542
Homepage = "https://robotcode.io"
4643
Donate = "https://github.com/sponsors/d-biehl"

packages/debugger/src/robotcode/debugger/__main__.py

-8
This file was deleted.

0 commit comments

Comments
 (0)