7 lines
131 B
Python
7 lines
131 B
Python
py_binary(
|
|
name = "reqman",
|
|
main = "src/python/reqman/__main__.py",
|
|
deps = [
|
|
py_requirement("click"),
|
|
],
|
|
)
|