Skip to content

Commit

Permalink
Re-add run_sim command that got accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Nov 20, 2024
1 parent 008fc4c commit 20abbbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ cruft = "^2.15"
# Tracking: https://github.com/astral-sh/ruff/issues/458
darglint = "^1.8.1"

[tool.poetry.scripts]
run_sim = "roboregress.scripts.run_sim:main"

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Expand Down

0 comments on commit 20abbbe

Please sign in to comment.