This commit is contained in:
Reid 'arrdem' McKenzie 2024-02-06 11:18:33 -07:00
commit 514e90d55d
17 changed files with 21 additions and 21 deletions
projects/lilith

View file

@ -1,6 +1,6 @@
py_project(
name = "lilith",
main = "src/python/lilith/__main__.py",
main = "src/lilith/__main__.py",
lib_deps = [
py_requirement("lark"),
py_requirement("pyyaml"),