Changeset 59
- Timestamp:
- 10/12/07 07:19:08 (12 months ago)
- Files:
-
- 1 modified
-
trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup.py
r33 r59 8 8 name='pycallgraph', 9 9 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.', 11 12 author='Gerald Kaszuba', 12 13 author_email='pycallgraph@gakman.com',