Skip to content

Commit

Permalink
Move python/BUILD to python/BUILD.bazel (#14658)
Browse files Browse the repository at this point in the history
This should address the issue in #14600 by avoiding a conflict on with the
`build` directory created by setup.py on a case-insensitive filesystem.

Closes #14600.

PiperOrigin-RevId: 579859556
  • Loading branch information
acozzette committed Nov 6, 2023
1 parent 666689e commit edb1afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion python/build_targets.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ def build_targets(name):
"google/protobuf/pyext/*.cc",
"google/protobuf/pyext/*.h",
]) + [
"BUILD",
"BUILD.bazel",
"MANIFEST.in",
"README.md",
"build_targets.bzl",
Expand Down

0 comments on commit edb1afd

Please sign in to comment.