Skip to content

Commit 20abbbe

Browse files
committed
Re-add run_sim command that got accidentally removed
1 parent 008fc4c commit 20abbbe

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
File renamed without changes.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ cruft = "^2.15"
2727
# Tracking: https://github.com/astral-sh/ruff/issues/458
2828
darglint = "^1.8.1"
2929

30+
[tool.poetry.scripts]
31+
run_sim = "roboregress.scripts.run_sim:main"
32+
3033
[build-system]
3134
requires = ["poetry>=0.12"]
3235
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)