Exclude tests from the wheel distribution (#3522)

This commit is contained in:
Oleh Prypin
2023-12-17 17:00:48 +01:00
committed by GitHub
parent 8833edcc94
commit 15bd2d5ea0

View File

@@ -95,7 +95,7 @@ artifacts = ["/mkdocs/**/*.mo"]
[tool.hatch.build.targets.sdist]
include = ["/mkdocs"]
[tool.hatch.build.targets.wheel]
exclude = ["/mkdocs/tests/integration", "*.po", "*.pot", "babel.cfg"]
exclude = ["/mkdocs/tests", "*.po", "*.pot", "babel.cfg"]
[tool.hatch.build.hooks.custom]
dependencies = [
"babel",