1
from distutils.core import setup
2
from pygooglechart import __version__
4
setup(name='pygooglechart',
6
py_modules=['pygooglechart'],
7
description='A complete Python wrapper for the Google Chart API',
8
author='Gerald Kaszuba',
9
author_email='gerald@geraldkaszuba.com',
10
url='http://pygooglechart.slowchop.com/',