Relocating some files
This commit is contained in:
parent
60498b4822
commit
245f4a0cba
2 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,9 @@
|
||||||
py_binary(
|
py_binary(
|
||||||
name = "datalog-shell",
|
name = "datalog-shell",
|
||||||
main = "__main__.py",
|
main = "src/python/datalog/shell/__main__.py",
|
||||||
|
imports = [
|
||||||
|
"src/python"
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
"//projects/datalog",
|
"//projects/datalog",
|
||||||
py_requirement("prompt_toolkit"),
|
py_requirement("prompt_toolkit"),
|
||||||
|
|
Loading…
Reference in a new issue