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