flowmetal/components/typhon/BUILD

12 lines
228 B
Python
Raw Normal View History

2023-05-04 04:46:26 +00:00
py_project(
name = "typhon",
lib_deps = [
"//components/milkshake",
py_requirement("attrs"),
2023-05-04 04:57:24 +00:00
],
main_deps = [
py_requirement("click"),
],
main = "src/python/typhon/__main__.py",
2023-05-04 04:46:26 +00:00
)