File: make_dist.sh

package info (click to toggle)
pygooglechart 0.4.0%2Bgit20140622-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 364 kB
  • ctags: 300
  • sloc: python: 1,501; makefile: 130; sh: 5
file content (8 lines) | stat: -rwxr-xr-x 203 bytes parent folder | download
1
2
3
4
5
6
7
8
#!/bin/bash

rm -fr dist
python setup.py sdist --formats=gztar,zip
python setup.py bdist --formats=wininst
python setup.py register
scp dist/* slowchop.com:/var/www/slowchop.com/pygooglechart/download/