mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Exclude tests from the wheel distribution (#3522)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user