mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-25 09:58:21 -04:00
move wrapper_su_helper to pyproject.toml
This commit is contained in:
parent
1e3a7a8d3b
commit
2e1496bb1c
3 changed files with 1 additions and 3 deletions
|
@ -1 +0,0 @@
|
||||||
../../wrapper_su_helper.py
|
|
|
@ -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"]
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
import click
|
import click
|
||||||
import pwd
|
import pwd
|
||||||
import os
|
import os
|
Loading…
Add table
Add a link
Reference in a new issue