Skip to content

Commit 68178a3

Browse files
committed
add bzl_library for pep440 code
1 parent 7fef735 commit 68178a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python/private/BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,6 +578,11 @@ bzl_library(
578578
],
579579
)
580580

581+
bzl_library(
582+
name = "py_wheel_normalize_pep440_bzl",
583+
srcs = ["py_wheel_normalize_pep440.bzl"],
584+
)
585+
581586
bzl_library(
582587
name = "reexports_bzl",
583588
srcs = ["reexports.bzl"],

0 commit comments

Comments
 (0)