the-algorithm/twml/libtwml/BUILD

9 lines
150 B
Python

python3_library(
name = "libtwml-python",
sources = ["libtwml/**/*.py"],
tags = [
"no-mypy",
"bazel-compatible",
],
)