Remove obsolete attr.
This commit is contained in:
parent
edd7dd0103
commit
4ee4f3d011
1 changed files with 0 additions and 1 deletions
|
@ -184,7 +184,6 @@ _zapp_attrs = {
|
||||||
),
|
),
|
||||||
"shebang": attr.string(default = "/usr/bin/env %py3%"),
|
"shebang": attr.string(default = "/usr/bin/env %py3%"),
|
||||||
"zip_safe": attr.bool(default = True),
|
"zip_safe": attr.bool(default = True),
|
||||||
"root_import": attr.bool(default = False),
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_zapp = rule(
|
_zapp = rule(
|
||||||
|
|
Loading…
Reference in a new issue