Skip to content

Commit

Permalink
Revert "Clarify default file selection for wheels" (#1023)
Browse files Browse the repository at this point in the history
Revert "Clarify default file selection for wheels (#1015)"

This reverts commit 3859562.
  • Loading branch information
ofek authored Oct 31, 2023
1 parent 02eb803 commit 8cf7f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/builder/wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ When the user has not set any [file selection](../../config/build.md#file-select
2. `src/<NAME>/__init__.py`
3. `<NAME>.py`
4. `<NAMESPACE>/<NAME>/__init__.py`
5. Otherwise, every Python package and every file that does not start with the word `test` will be included
5. Otherwise, every Python package and file that does not start with the word `test` will be included

## Reproducibility

Expand Down

0 comments on commit 8cf7f40

Please sign in to comment.