chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
load("@rules_python//python:defs.bzl", "py_library")
|
||||
|
||||
py_library(
|
||||
name = "dask_lib",
|
||||
srcs = glob(
|
||||
["**/*.py"],
|
||||
exclude = ["tests/*.py"],
|
||||
),
|
||||
visibility = ["__subpackages__"],
|
||||
)
|
||||
Reference in New Issue
Block a user