forked from github.com/pypiserver
10 lines
109 B
Bash
Executable File
10 lines
109 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
##
|
|
|
|
my_dir=`dirname "$0"`
|
|
cd $my_dir/..
|
|
|
|
rm -r build/* dist/*
|
|
python setup.py bdist_wheel sdist
|