/+junk/pygooglechart-py3k

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/pygooglechart-py3k

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: gak
  • Date: 2007-12-09 07:25:42 UTC
  • Revision ID: git-v1:5d8b7c345e27138fdcb5f8270a50b926940ffdf8
branched to 0.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from distutils.core import setup
2
 
setup(name='pygooglechart',
3
 
      version='0.1.1',
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
 
      )
10