File: packages.ps1

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 (7 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
$BaseDir = (Get-Location).Path

echo "Building wheel..."
& "$BASEDIR\env\Scripts\python.exe" setup.py bdist_wheel

echo "Building egg..."
& "$BASEDIR\env\Scripts\python.exe" setup.py sdist