Skip to content

Commit a094253

Browse files
committed
stardoc
1 parent 005bede commit a094253

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

python/packaging.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ def py_wheel(
101101
102102
Currently only pure-python wheels are supported.
103103
104+
:::{versionchanged} VERSION_NEXT_FEATURE
105+
From now on, an empty `requires_file` is treated as if it were omitted, resulting in a valid
106+
`METADATA` file.
107+
:::
108+
104109
Examples:
105110
106111
```python
@@ -171,11 +176,6 @@ def py_wheel(
171176
These are subject to make var expansion, as with the `args` attribute.
172177
Note that you can also pass additional args to the bazel run command as in the example above.
173178
**kwargs: other named parameters passed to the underlying [py_wheel rule](#py_wheel_rule)
174-
175-
:::{versionchanged} VERSION_NEXT_FEATURE
176-
From now on, an empty `requires_file` is treated as if it were omitted, resulting in a valid
177-
`METADATA` file.
178-
:::
179179
"""
180180
tags = kwargs.pop("tags", [])
181181
manual_tags = depset(tags + ["manual"]).to_list()

0 commit comments

Comments
 (0)