Simulate json or beb model from the command line
This commit is contained in:
@@ -9,12 +9,14 @@ description = "A Bondgraph and block scheme simulator"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"matplotlib>=3.8,<4",
|
||||
"msgpack>=1.0,<2",
|
||||
"PySide6>=6.7,<7",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
bedit-graphviz = "bedit_util.graphviz:main"
|
||||
bedit-simulate = "bedit_util.simulate:main"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user