use pypa/build instead of setup.py when building sdist

master
Hubert Chathi 2023-11-21 21:25:55 -05:00
parent 807b252331
commit 972faaadd5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ find libolm -name \#\*\# -delete
echo "Building"
patch -p1 < $SRC/packaging.diff
python3 setup.py sdist
python3 -m build -s
echo "Copying result"
mkdir -p $SRC/dist