Added binary file format

This commit is contained in:
2026-07-20 15:39:34 +02:00
parent 9ed8e371ef
commit 42bf09610b
13 changed files with 106 additions and 461 deletions

View File

@@ -9,6 +9,7 @@ description = "A starter Qt desktop application"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"msgpack>=1.0,<2",
"PySide6>=6.7,<7",
]
@@ -25,7 +26,7 @@ bedit = "bedit.gui.app:main"
where = ["src"]
[tool.setuptools.package-data]
bedit = ["data/libraries/*.json"]
bedit = ["data/libraries/*.json", "data/libraries/*.beb"]
[tool.ruff]
line-length = 100