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 ee51ad2 commit 021746bCopy full SHA for 021746b
python/private/pypi/whl_library_targets.bzl
@@ -168,8 +168,6 @@ def whl_library_targets(
168
169
if filesgroups == None:
170
filegroups = {
171
- # TODO(#3011): Consider parsing the RECORD file to get a precise list of files
172
- # instead of relying on a glob with excludes.
173
EXTRACTED_WHEEL_FILES: dict(
174
include = ["**"],
175
exclude = [name],
0 commit comments