changeset 124:a9a8db67bb5a trunk

Add Trove classifiers and download URL to `setup.py`.
author cmlenz
date Thu, 03 Aug 2006 17:08:35 +0000
parents 10279d2eeec9
children 1a55c9d57cc7 d78ca97a71cd
files setup.py
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py
+++ b/setup.py
@@ -22,6 +22,20 @@
     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'
+    classifiers = [
+        'Development Status :: 4 - Beta',
+        'Environment :: Web Environment',
+        'Intended Audience :: Developers',
+        'License :: OSI Approved :: BSD License',
+        'Operating System :: OS Independent',
+        'Programming Language :: Python',
+        'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
+        'Topic :: Software Development :: Libraries :: Python Modules',
+        'Topic :: Text Processing :: Markup :: HTML',
+        'Topic :: Text Processing :: Markup :: XML'
+    ],
+
     packages=['markup'],
 
     test_suite = 'markup.tests.suite',
Copyright (C) 2012-2017 Edgewall Software