fix: allow editable install before bauh is on PYTHONPATH

This commit is contained in:
Sebastian Palencsar
2026-06-26 19:28:05 +02:00
parent 502e7e640e
commit d10d06de51
2 changed files with 6 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ Repository = "https://github.com/spalencsar/bearhub"
license-files = ["LICENSE"]
[tool.setuptools.dynamic]
version = {attr = "bearhub.__version__"}
version = {attr = "bauh.__version__"}
[tool.setuptools.packages.find]
exclude = ["tests.*", "tests"]