[Checkins] SVN: zope.testrecorder/trunk/setup.py some more package metadata

Philipp von Weitershausen philikon at philikon.de
Sat Jun 24 04:00:57 EDT 2006


Log message for revision 68814:
  some more package metadata
  

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

-=-
Modified: zope.testrecorder/trunk/setup.py
===================================================================
--- zope.testrecorder/trunk/setup.py	2006-06-24 07:55:43 UTC (rev 68813)
+++ zope.testrecorder/trunk/setup.py	2006-06-24 08:00:57 UTC (rev 68814)
@@ -28,8 +28,15 @@
       description='Test recorder for functional tests',
       author='Zope Corporation and Contributors',
       author_email='zope3-dev at zope.org',
-      long_description='',
-      
+      long_description="""\
+The testrecorder is a browser-based tool to support the rapid
+development of functional tests for Web-based systems and
+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',
+
       packages=['zope', 'zope.testrecorder'],
       package_dir = {'': 'src'},
       namespace_packages=['zope'],



More information about the Checkins mailing list