Adopt py_project

This commit is contained in:
Reid 'arrdem' McKenzie 2021-08-03 20:09:19 -06:00
parent dd270ebe3a
commit 842b997059

View file

@ -1,18 +1,3 @@
py_library( py_project(
name = "datalog", name = "datalog",
srcs = glob(["src/python/**/*.py"]),
imports = [
"src/python",
],
visibility = [
"//visibility:public",
]
)
py_pytest(
name = "test_datalog",
srcs = glob(["test/python/**/*.py"]),
deps = [
":datalog",
]
) )