Sign in
foss-fpga-tools
/
third_party
/
verible
/
refs/heads/arm64-test
/
.
/
bazel
/
python_six.BUILD
blob: 4672576c0b2bd3f27e543e8530d36d8b32721477 [
file
] [
log
] [
blame
]
load
(
"@rules_python//python:defs.bzl"
,
"py_library"
)
licenses
([
"unencumbered"
])
# MIT
py_library
(
name
=
"six"
,
srcs
=
[
"six.py"
],
visibility
=
[
"//visibility:public"
],
srcs_version
=
"PY3"
,
)