from distutils.core import setup
setup(name='pygooglechart',
      version='0.1.0',
      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/',
      )
