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