0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 11:11:49 +02:00

fix: fixed build process and excluded docs and tests from tarballs and wheels

This commit is contained in:
2024-08-28 21:04:43 +02:00
committed by wyzula_j
parent 02193967de
commit 719254cf0a

View File

@ -51,6 +51,11 @@ bec-designer = "bec_widgets.utils.bec_designer:main"
[tool.hatch.build.targets.wheel]
include = ["*"]
exclude = ["docs/**", "tests/**"]
[tool.hatch.build.targets.sdist]
include = ["*"]
exclude = ["docs/**", "tests/**"]
[tool.black]
line-length = 100