use pypa/build instead of setup.py when building sdist
This commit is contained in:
parent
807b252331
commit
972faaadd5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue