We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6be4c commit 9790ae0Copy full SHA for 9790ae0
python/private/py_wheel.bzl
@@ -181,7 +181,8 @@ For example:
181
+ `"foo/" will prepend to `"bar/baz/file.py"` as `"foo/bar/baz/file.py"`
182
+ `"foo_" will prepend to `"bar/baz/file.py"` as `"foo_bar/baz/file.py"`
183
+ `stripping ["bar/"] and adding "foo/" will change `"bar/baz/file.py"` to `"foo/baz/file.py"`
184
-:::{versionadded} VERSION_NEXT_FEATURE
+
185
+:::{versionadded} 2.0.0
186
The {attr}`add_path_prefix` attribute was added.
187
:::
188
""",
0 commit comments