/+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:26:06 UTC
  • Revision ID: git-v1:c3e5f266abfdded59a5a460395e1880bf892ff9a
trunk updates

Show diffs side-by-side

added added

removed removed

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