mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
fix: allow editable install before bauh is on PYTHONPATH
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user