From 9a87f6eb345305f6927e48c6bacf20ac201eb103 Mon Sep 17 00:00:00 2001 From: Hashem Date: Thu, 26 Oct 2023 11:59:59 -0400 Subject: [PATCH] Clarify default file selection for wheels The sentence was previously ambiguous and wasn't clear whether the "Python" adjective referred to the "file" noun as well. In fact all non-.py files are included, so reword slightly to better clarify. --- docs/plugins/builder/wheel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/builder/wheel.md b/docs/plugins/builder/wheel.md index 83f822999..2775dae1e 100644 --- a/docs/plugins/builder/wheel.md +++ b/docs/plugins/builder/wheel.md @@ -37,7 +37,7 @@ When the user has not set any [file selection](../../config/build.md#file-select 2. `src//__init__.py` 3. `.py` 4. `//__init__.py` -5. Otherwise, every Python package and file that does not start with the word `test` will be included +5. Otherwise, every Python package and every file that does not start with the word `test` will be included ## Reproducibility