5 lines
51 B
Bash
5 lines
51 B
Bash
|
cd "$(dirname "$0")"
|
||
|
cd ../
|
||
|
|
||
|
python setup.py sdist
|