basic openmodelica model emitting
This commit is contained in:
@@ -26,7 +26,11 @@ bedit = "bedit.gui.app:main"
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
bedit = ["data/libraries/*.json", "data/libraries/*.beb"]
|
||||
bedit = [
|
||||
"data/libraries/*.json",
|
||||
"data/libraries/*.beb",
|
||||
"data/syntax/*.json",
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
|
||||
Reference in New Issue
Block a user