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` (#8852)
  • Loading branch information
zanieb authored Jan 10, 2024
1 parent 7d31516 commit 05f39ef
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 contrast, `exclude` defaults to both `sdist` and `wheel`.

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

0 comments on commit 05f39ef

Please sign in to comment.