diff setup.py @ 495:6aec164f8bf3 stable-0.4.x

Ported [594:596] to 0.4.x branch.
author cmlenz
date Wed, 30 May 2007 09:35:33 +0000
parents 83b9863f8b9d
children 26cf27d4f2b3
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -119,5 +119,5 @@
     genshi-text = genshi.template.plugin:TextTemplateEnginePlugin[plugin]
     """,
 
-    cmdclass={'build_doc': build_doc, 'test_doc': test_doc}
+    cmdclass = {'build_doc': build_doc, 'test_doc': test_doc}
 )
Copyright (C) 2012-2017 Edgewall Software