~kolmis/cairoplot/speedup

« back to all changes in this revision

Viewing changes to trunk/setup.py

  • Committer: Rodrigo Moreira Araujo
  • Date: 2009-02-27 01:09:25 UTC
  • Revision ID: rodrigo@scrooge-20090227010925-t0xgk292pk9e5e1v
MANIFEST
 - Changed module name.

setup.py
 - Changed project description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
    license='GNU LGPL 2.1',
10
10
    long_description='''
11
11
        Using Python and PyCairo to develop a module to plot graphics in an
12
 
        easy and intuitive way, creating beautiful results to presentations.
 
12
        easy and intuitive way, creating beautiful results for presentations.
13
13
        ''',
14
14
    name='Cairoplot',
15
15
    py_modules=['CairoPlot'],