Commit 0eaf9430 by stephsamson Committed by Arun Babu Neelicattu

Default to both sdist and wheel

parent e3b48c5b
...@@ -184,7 +184,7 @@ include = [ ...@@ -184,7 +184,7 @@ include = [
] ]
``` ```
If no format is specified, it will default to include to a `wheel` only. If no format is specified, it will default to include both `sdist` and `wheel`.
```toml ```toml
exclude = ["my_package/excluded.py"] exclude = ["my_package/excluded.py"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment