diff --git a/docs/docs/pyproject/build.md b/docs/docs/pyproject/build.md index 5b0e68c8f4..aeb75c2e9d 100644 --- a/docs/docs/pyproject/build.md +++ b/docs/docs/pyproject/build.md @@ -95,6 +95,10 @@ excludes = [ ] ``` +!!! note + + When using `includes` the default includes will be overriden. You have to add the package paths manually. + In case you may want some files to be included in source distributions only, use the `source-includes` field: ```toml