Skip to content

Commit

Permalink
Fix documentation for default format option for include and `excl…
Browse files Browse the repository at this point in the history
…ude`
  • Loading branch information
zanieb committed Jan 5, 2024
1 parent 7497e45 commit 79ffb08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ include = [
]
```

If no format is specified, it will default to include both `sdist` and `wheel`.
If no format is specified, `include` defaults to only `sdist`.

In constrast, `exclude` defaults to both `sdist` and `wheel`.

```toml
exclude = ["my_package/excluded.py"]
Expand Down

0 comments on commit 79ffb08

Please sign in to comment.