comparison setup.py @ 126:d78ca97a71cd trunk

Fix syntax error in `setup.py`.
author cmlenz
date Thu, 03 Aug 2006 17:14:31 +0000
parents a9a8db67bb5a
children da48dd846cac
comparison
equal deleted inserted replaced
124:a9a8db67bb5a 126:d78ca97a71cd
20 setup( 20 setup(
21 name='Markup', version='0.1', 21 name='Markup', version='0.1',
22 description='Toolkit for stream-based generation of markup for the web', 22 description='Toolkit for stream-based generation of markup for the web',
23 author='Edgewall Software', author_email='info@edgewall.org', 23 author='Edgewall Software', author_email='info@edgewall.org',
24 license='BSD', url='http://markup.edgewall.org/', 24 license='BSD', url='http://markup.edgewall.org/',
25 download_url='http://markup.edgewall.org/wiki/MarkupDownload' 25 download_url='http://markup.edgewall.org/wiki/MarkupDownload',
26 classifiers = [ 26 classifiers = [
27 'Development Status :: 4 - Beta', 27 'Development Status :: 4 - Beta',
28 'Environment :: Web Environment', 28 'Environment :: Web Environment',
29 'Intended Audience :: Developers', 29 'Intended Audience :: Developers',
30 'License :: OSI Approved :: BSD License', 30 'License :: OSI Approved :: BSD License',
Copyright (C) 2012-2017 Edgewall Software