File: packages.sh

package info (click to toggle)
python-dcos 0.2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,440 kB
  • sloc: python: 8,196; sh: 194; makefile: 36
file content (9 lines) | stat: -rwxr-xr-x 178 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/bash -e

BASEDIR=`dirname $0`/..

echo "Building wheel..."
"$BASEDIR/env/bin/python" setup.py bdist_wheel

echo "Building egg..."
"$BASEDIR/env/bin/python" setup.py sdist