Commit 9f54443
fix: use correct settings key to remove parts of the version in regex metadata plugin (#887)
Hello together.
I've been trying to use the `remove` settings key for the `regex`
metadata plugin and noticed, that it has been non-functional for me. To
me, it looks like the plugin acquires the wrong value from the settings
dictionary (`result` instead of `remove`). This PR intends to change
this to what I believe is correct.
---------
Co-authored-by: Henry Schreiner <[email protected]>1 parent 26526bd commit 9f54443
File tree
2 files changed
+2
-2
lines changed- src/scikit_build_core/metadata
- tests
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
0 commit comments