pypiserver/bin/package.sh

6 lines
92 B
Bash
Raw Normal View History

my_dir=`dirname "$0"`
cd $my_dir/..
2015-09-17 01:53:42 +02:00
rm -r build/* dist/*
python setup.py bdist_wheel sdist