/+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-14 01:09:06 UTC
  • Revision ID: git-v1:4a14d470ec340e659471268b599b3486a14e63b9
Final changes before release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from distutils.core import setup
 
2
from pygooglechart import __version__
 
3
 
2
4
setup(name='pygooglechart',
3
 
      version='0.1.1',
 
5
      version=__version__,
4
6
      py_modules=['pygooglechart'],
5
7
      description='A complete Python wrapper for the Google Chart API',
6
8
      author='Gerald Kaszuba',