10 lines
178 B
Python
10 lines
178 B
Python
zapp_binary(
|
|
name = "reqman",
|
|
main = "src/python/reqman/__main__.py",
|
|
imports = [
|
|
"src/python",
|
|
],
|
|
deps = [
|
|
py_requirement("click"),
|
|
],
|
|
)
|