/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k
17 by gak
Added helper script
1
#!/bin/bash
2
32 by gak
Updating dist script to copy files to the server
3
rm -fr dist
17 by gak
Added helper script
4
python setup.py sdist --formats=gztar,zip
5
python setup.py bdist --formats=wininst
34 by gak
- initial unit tests
6
python setup.py register
47 by gak
- Fixed bug with automatic scaling and pie charts
7
scp dist/* slowchop.com:/var/www/slowchop.com/pygooglechart/download/
17 by gak
Added helper script
8