diff setup.py @ 1:aa491070ccf3

now works, just doesnt do anything, i dont think
author k0s <k0scist@gmail.com>
date Wed, 13 Jan 2010 23:58:13 -0500
parents 29805d442afc
children 1a267297f779
line wrap: on
line diff
--- a/setup.py	Mon Jan 11 11:32:24 2010 -0500
+++ b/setup.py	Wed Jan 13 23:58:13 2010 -0500
@@ -21,6 +21,7 @@
          'WebOb',	
          'Paste',
          'PasteScript',
+         'docutils'
       ],
       entry_points="""
       # -*- Entry points: -*-
@@ -29,7 +30,7 @@
 
       [content_transformers]
       Graphviz = contenttransformer.transformers:Graphviz
-      ReST = contenttransformer.transformers.RestructuredText
+      ReST = contenttransformer.transformers:RestructuredText
       """,
       )