Thread through the shebang= parameter

This commit is contained in:
Reid 'arrdem' McKenzie 2021-11-09 11:36:33 -07:00
parent 14e4c7cd82
commit d7a0382927

View file

@ -209,6 +209,7 @@ def zapp_binary(name,
test=False,
compiler=None,
zip_safe=True,
shebang=None,
_rule=_zapp,
**kwargs):
"""A self-contained, single-file Python program, with a .zapp file extension.
@ -265,6 +266,7 @@ def zapp_binary(name,
prelude_points = prelude_points,
zip_safe = zip_safe,
wheels = [name + ".whls"],
shebang = shebang,
)