File: build_dist.sh

package info (click to toggle)
pyevolve 0.6~rc1%2Bsvn398%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,060 kB
  • ctags: 832
  • sloc: python: 5,119; xml: 183; sh: 71; makefile: 38
file content (8 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
python setup.py build
python setup.py bdist_wininst --target-version="2.5"
python setup.py bdist_wininst --target-version="2.6"
python setup.py sdist
python setup.py bdist
python setup.py bdist_egg