[Checkins] SVN: zope.testrecorder/trunk/setup.py platform apparently isn't a valid parameter

Philipp von Weitershausen philikon at philikon.de
Sat Jun 24 04:11:47 EDT 2006


Log message for revision 68815:
  platform apparently isn't a valid parameter
  added trove classifiers
  

Changed:
  U   zope.testrecorder/trunk/setup.py

-=-
Modified: zope.testrecorder/trunk/setup.py
===================================================================
--- zope.testrecorder/trunk/setup.py	2006-06-24 08:00:57 UTC (rev 68814)
+++ zope.testrecorder/trunk/setup.py	2006-06-24 08:11:47 UTC (rev 68815)
@@ -34,8 +34,14 @@
 applications.  The idea is to "record" tests by exercising whatever is
 to be tested within the browser.  The test recorder will turn a
 recorded session into a functional test.""",
-      platform='any',
       keywords='web testing',
+      classifiers=[
+          'Development Status :: 5 - Production/Stable',
+          'License :: OSI Approved :: Zope Public License',
+          'Operating System :: OS Independent',
+          'Topic :: Internet :: WWW/HTTP :: Browsers',
+          'Topic :: Software Development :: Testing',
+          ],
 
       packages=['zope', 'zope.testrecorder'],
       package_dir = {'': 'src'},



More information about the Checkins mailing list