This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
pypiserver
Watch
1
Star
0
Fork
1
You've already forked pypiserver
mirror of
https://github.com/pypiserver/pypiserver
synced
2025-02-22 19:19:37 +01:00
Code
Releases
Wiki
Activity
6e930c5621
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