Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
GMouzourou authored Jan 10, 2024
2 parents 89ce18d + 05f39ef commit 6500c7e
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 6500c7e

Please sign in to comment.