Skip to content

Commit 0b41ece

Browse files
committed
feat: Add 'idf-monitor' as a script for easier standalone usage
1 parent d4af3ef commit 0b41ece

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ dependencies = [
3434
"pyelftools",
3535
]
3636

37+
[project.scripts]
38+
idf-monitor = "esp_idf_monitor.idf_monitor:main"
39+
3740
[project.readme]
3841
file = "README.md"
3942
content-type = "text/markdown"

0 commit comments

Comments
 (0)