~alf-rodrigo/cairoplot/trunk

« back to all changes in this revision

Viewing changes to trunk/setup.py

  • Committer: Rodrigo Moreira Araujo
  • Date: 2009-07-09 21:57:24 UTC
  • Revision ID: rodrigo@scrooge-20090709215724-p15jzqr7si5pfiqx
cairoPlot.py: Series -> series;
seriestests.py: Series -> series;
series.py: module naming correction;
setup.py: added Series.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
        easy and intuitive way, creating beautiful results for presentations.
13
13
        ''',
14
14
    name='Cairoplot',
15
 
    py_modules=['cairoplot'],
 
15
    py_modules=['cairoplot','series'],
16
16
    url='http://linil.wordpress.com/2008/09/16/cairoplot-11/',
17
17
    version='1.1',
18
18
    )