mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 19:21:50 +02:00
fix: fixed build process and excluded docs and tests from tarballs and wheels
This commit is contained in:
@ -51,6 +51,11 @@ bec-designer = "bec_widgets.utils.bec_designer:main"
|
|||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
include = ["*"]
|
include = ["*"]
|
||||||
|
exclude = ["docs/**", "tests/**"]
|
||||||
|
|
||||||
|
[tool.hatch.build.targets.sdist]
|
||||||
|
include = ["*"]
|
||||||
|
exclude = ["docs/**", "tests/**"]
|
||||||
|
|
||||||
[tool.black]
|
[tool.black]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
|
Reference in New Issue
Block a user