summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2023-12-24 18:44:47 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2024-01-02 19:50:59 +0100
commit1a544845a2730f49f33bc25627c727bfc775aaf1 (patch)
tree64f0830b145c8368c45ff800123dec012ce9d797 /scripts
parent66eb086c4a6e50a030bf1f6bb392c5e5a568103c (diff)
use less setup.py, use pip and build
todo: clean clean2 build_usage build_man
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sdist-sign2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sdist-sign b/scripts/sdist-sign
index 1186bdee8..30cc8f0d2 100755
--- a/scripts/sdist-sign
+++ b/scripts/sdist-sign
@@ -13,7 +13,7 @@ else
GPG=qubes-gpg-client-wrapper
fi
-python setup.py sdist
+python -m build
D=dist/borgbackup-$R.tar.gz