[Zope-Checkins] SVN: Zope/branches/five-integration/setup.py Install documentation and sub-packages of ZopeTestCase.

Stefan H. Holek stefan at epy.co.at
Fri Mar 18 05:52:35 EST 2005


Log message for revision 29551:
  Install documentation and sub-packages of ZopeTestCase.
  

Changed:
  U   Zope/branches/five-integration/setup.py

-=-
Modified: Zope/branches/five-integration/setup.py
===================================================================
--- Zope/branches/five-integration/setup.py	2005-03-18 10:24:22 UTC (rev 29550)
+++ Zope/branches/five-integration/setup.py	2005-03-18 10:52:35 UTC (rev 29551)
@@ -502,9 +502,12 @@
     name='Testing',
     author=AUTHOR,
 
-    packages=['Testing', 'Testing.ZopeTestCase'],
+    packages=['Testing', 'Testing.ZopeTestCase',
+              'Testing.ZopeTestCase.ztc', 'Testing.ZopeTestCase.ztc_doctest'],
     data_files=[['Testing', ['Testing/README.txt']],
-                ['Testing/var', ['Testing/var/README.txt']]],
+                ['Testing/var', ['Testing/var/README.txt']],
+                ['Testing/ZopeTestCase/doc', ['Testing/ZopeTestCase/doc/*']],
+                ['Testing/ZopeTestCase/ztc_doctest', ['Testing/ZopeTestCase/ztc_doctest/*.txt']]],
     )
 
 # ThreadedAsync



More information about the Zope-Checkins mailing list