Basic document handling

This commit is contained in:
2026-07-19 21:26:27 +02:00
parent c5ab3329ae
commit 76bd313f79
32 changed files with 4843 additions and 67 deletions

View File

@@ -24,7 +24,9 @@ bedit = "bedit.app:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
bedit = ["data/libraries/*.json"]
[tool.ruff]
line-length = 100
target-version = "py310"