1
0
mirror of https://github.com/pypiserver/pypiserver synced 2025-02-22 19:19:37 +01:00
pypiserver/bin/package.sh

10 lines
109 B
Bash
Raw Normal View History

#! /bin/sh
#
##
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