1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00

[build] generate sdist and wheel packages using 'build' module

This commit is contained in:
Mike Fährmann 2024-04-03 19:33:14 +02:00
parent 24d792b735
commit 4103eb9918
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -44,9 +44,9 @@ update-dev() {
build-python() {
cd "${ROOTDIR}"
echo Building bdist_wheel and sdist
echo Building sdist and wheel
python setup.py bdist_wheel sdist
python -m build
}
build-linux() {