1 changed files with 10 additions and 0 deletions
@ -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