Skip to content

Commit

Permalink
add note about packages vs. include
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering committed Oct 20, 2024
1 parent 6cdb9a4 commit 468b32e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 468b32e

Please sign in to comment.