File: build.sh

package info (click to toggle)
python-reedsolo 1.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 328 kB
  • sloc: python: 1,452; makefile: 88; sh: 2
file content (3 lines) | stat: -rwxr-xr-x 132 bytes parent folder | download
1
2
3
#!/bin/sh
rm -rf build/ dist/ *.egg-info/
python setup.py register sdist --formats=gztar,zip bdist_wininst --plat-name=win32 upload