source/projects/reqman/BUILD

11 lines
178 B
Python
Raw Normal View History

2021-08-13 23:17:15 +00:00
zapp_binary(
name = "reqman",
main = "src/python/reqman/__main__.py",
2021-08-13 23:17:15 +00:00
imports = [
"src/python",
],
deps = [
py_requirement("click"),
],
)