This website requires JavaScript.
Explore
Help
Register
Sign In
fnexe.com
/
pypiserver
Watch
1
Star
0
Fork
0
You've already forked pypiserver
forked from
github.com/pypiserver
Code
Pull Requests
Activity
10974cc1b9
pypiserver
/
bin
/
package.sh
6 lines
92 B
Bash
Raw
Normal View
History
Unescape
Escape
build: fix package.sh to run from everywhere.
2015-09-19 02:14:49 +02:00
my_dir
=
`
dirname
"
$0
"
`
cd
$my_dir
/..
Add gen-package script.
2015-09-17 01:53:42 +02:00
rm -r build/* dist/*
python setup.py bdist_wheel sdist
Copy Permalink