[Zope3-checkins] SVN: zope.testing/trunk/setup.py Update metadata.
Christian Theune
ct at gocept.com
Wed Apr 22 09:45:16 EDT 2009
Log message for revision 99369:
Update metadata.
Changed:
U zope.testing/trunk/setup.py
-=-
Modified: zope.testing/trunk/setup.py
===================================================================
--- zope.testing/trunk/setup.py 2009-04-22 13:32:29 UTC (rev 99368)
+++ zope.testing/trunk/setup.py 2009-04-22 13:45:15 UTC (rev 99369)
@@ -85,8 +85,23 @@
description='Zope testing framework, including the testrunner script.',
long_description=long_description,
author='Zope Corporation and Contributors',
- author_email='zope3-dev at zope.org',
+ author_email='zope-dev at zope.org',
packages=["zope", "zope.testing"],
package_dir = {'': 'src'},
+
+ classifiers=[
+ "Development Status :: 5 - Production/Stable",
+ "Environment :: Console",
+ "Framework :: Zope3",
+ "Intended Audience :: Developers",
+ "License :: OSI Approved :: Zope Public License",
+ "Operating System :: OS Independent",
+ "Programming Language :: Python :: 2.4",
+ "Programming Language :: Python :: 2.5",
+ "Programming Language :: Python :: 2.6",
+ "Topic :: Software Development :: Libraries :: Python Modules",
+ "Topic :: Software Development :: Testing",
+ ],
+
**extra)
More information about the Zope3-Checkins
mailing list