File: makedist.sh

package info (click to toggle)
python-cluster 1.4.1.post3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 412 kB
  • sloc: python: 812; makefile: 146; sh: 4
file content (8 lines) | stat: -rwxr-xr-x 115 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/bash

python setup.py sdist
python setup.py bdist
python setup.py bdist_rpm
python setup.py bdist_wininst