Files
deb-python-dcos/cli/win_bin/packages.ps1
2015-06-16 00:03:33 +03:00

8 lines
172 B
PowerShell

$BaseDir = (Get-Location).Path
echo "Building wheel..."
"$BASEDIR/env/bin/python" setup.py bdist_wheel
echo "Building egg..."
"$BASEDIR/env/bin/python" setup.py sdist