From 468b32e7453c759899834558f14da1df0e8c4ca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:38:27 +0200 Subject: [PATCH] add note about packages vs. include --- docs/pyproject.md | 5 +++++ 1 file changed, 5 insertions(+) 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