diff --git a/docs/pyproject.md b/docs/pyproject.md index 00d5abd5752..2377f68dd11 100644 --- a/docs/pyproject.md +++ b/docs/pyproject.md @@ -624,6 +624,11 @@ Thus, you only have to specify the directory where your root package resides. ### exclude and include +{{% note %}} +If you just want to include a package or module, which is not picked up automatically, +use [packages]({{< relref "#packages" >}}) instead of `include`. +{{% /note %}} + A list of patterns that will be excluded or included in the final package. ```toml