parent
2e61359d50
commit
2bd5e0f25d
@ -1 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
contrib=$(dirname "$0")
|
||||||
|
packages="$contrib"/../packages/
|
||||||
|
|
||||||
|
if [ ! -d "$packages" ]; then
|
||||||
|
echo "Run make_packages first!"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
python3 setup.py sdist --format=zip,gztar
|
python3 setup.py sdist --format=zip,gztar
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user