Changeset 3390
- Timestamp:
- 03/18/08 12:22:25 (9 months ago)
- Files:
-
- graphvizplugin/0.10/setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
graphvizplugin/0.10/setup.py
r1730 r3390 3 3 $HeadURL$ 4 4 5 Copyright (c) 2005, 2006 Peter Kropf. All rights reserved.5 Copyright (c) 2005, 2006, 2008 Peter Kropf. All rights reserved. 6 6 7 7 Python egg setup file for the graphviz trac wiki processor. … … 27 27 author_email = "pkropf@gmail.com", 28 28 keywords = "trac graphviz", 29 url = "http://trac-hacks. swapoff.org/wiki/GraphvizPlugin",30 description = "Graphviz plugin for Trac 0. 9",29 url = "http://trac-hacks.org/wiki/GraphvizPlugin", 30 description = "Graphviz plugin for Trac 0.10", 31 31 long_description = """The graphviz wiki processor is a plugin for Trac that allows the the 32 32 dynamic generation of diagrams by the various graphviz programs. The 33 33 text of a wiki page can contain the source text for graphviz and the 34 34 web browser will show the resulting image.""", 35 license = """Copyright (C) 2005, 2006 Peter Kropf35 license = """Copyright (C) 2005, 2006, 2008 Peter Kropf 36 36 All rights reserved. 37 37
