move wrapper_su_helper to pyproject.toml

This commit is contained in:
InsanePrawn 2025-02-25 22:46:40 +01:00
parent 1e3a7a8d3b
commit 2e1496bb1c
3 changed files with 1 additions and 3 deletions

View file

@ -1 +0,0 @@
../../wrapper_su_helper.py

View file

@ -28,6 +28,7 @@ dev = [
[project.scripts] [project.scripts]
kupferbootstrap = "kupferbootstrap.main:main" kupferbootstrap = "kupferbootstrap.main:main"
kupferbootstrap_wrapper_su_helper = "kupferbootstrap.wrapper.su_helper:kupferbootstrap_su"
[tool.setuptools.package-data] [tool.setuptools.package-data]
"*" = ["version.txt"] "*" = ["version.txt"]

View file

@ -1,5 +1,3 @@
#!/usr/bin/env python3
import click import click
import pwd import pwd
import os import os