Add a 'python' prefix
This commit is contained in:
parent
9feb262454
commit
e3c099e729
20 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ package(default_visibility = ["//visibility:public"])
|
||||||
|
|
||||||
py_library(
|
py_library(
|
||||||
name = "lib",
|
name = "lib",
|
||||||
srcs = glob(["src/**/*.py"]),
|
srcs = glob(["src/python/**/*.py"]),
|
||||||
imports = ["src"],
|
imports = ["src/python"],
|
||||||
deps = [
|
deps = [
|
||||||
py_requirement("pyrsistent"),
|
py_requirement("pyrsistent"),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue