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 b3c0606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pyproject.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ include = [
]
```

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

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

0 comments on commit b3c0606

Please sign in to comment.