Sections
Timeline
View Tickets
New Ticket
Sub-Sections
Download
Unified Diff
Zip Archive
Metanav
Preferences
About Trac
Links
Slowchop Studios
Gerald Kaszuba
Advertisement

Changeset 59

Show
Ignore:
Timestamp:
10/12/07 07:19:08 (12 months ago)
Author:
gak
Message:

fixed setup.py to have a better description

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r33 r59  
    88    name='pycallgraph', 
    99    version=__version__, 
    10     description='Python Call Graph', 
     10    description='Python Call Graph uses GraphViz to generate call graphs ' \ 
     11        'from one execution of your Python code.', 
    1112    author='Gerald Kaszuba', 
    1213    author_email='pycallgraph@gakman.com',