diff setup.py @ 126:c661dff3fd9f

Fix syntax error in `setup.py`.
author cmlenz
date Thu, 03 Aug 2006 17:14:31 +0000
parents 9a2acebe84f7
children fad93ea1e6e9
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@
     description='Toolkit for stream-based generation of markup for the web',
     author='Edgewall Software', author_email='info@edgewall.org',
     license='BSD', url='http://markup.edgewall.org/',
-    download_url='http://markup.edgewall.org/wiki/MarkupDownload'
+    download_url='http://markup.edgewall.org/wiki/MarkupDownload',
     classifiers = [
         'Development Status :: 4 - Beta',
         'Environment :: Web Environment',
Copyright (C) 2012-2017 Edgewall Software