/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k
1
2
3
4
5
6
7
8
9
10
from distutils.core import setup
setup(name='pygooglechart',
      version='0.1.1',
      py_modules=['pygooglechart'],
      description='A complete Python wrapper for the Google Chart API',
      author='Gerald Kaszuba',
      author_email='gerald@geraldkaszuba.com',
      url='http://pygooglechart.slowchop.com/',
      )