diff --git a/pyproject.toml b/pyproject.toml index a941363..1b3665a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,10 @@ include = [ # TODO: man page? # artifacts = ["newa.1"] +[tool.hatch.build.targets.wheel.scripts] +python-tag = "py3" +shebang = "/usr/bin/python3 -P" + [tool.hatch.envs.default] platforms = ["linux"]