[Zope-Checkins] CVS: Zope - setup.py:1.31.2.14

Yvo Schubbe y.2004_ at wcm-solutions.de
Sun Jan 18 16:58:47 EST 2004


Update of /cvs-repository/Zope
In directory cvs.zope.org:/tmp/cvs-serv11370

Modified Files:
      Tag: Zope-2_7-branch
	setup.py 
Log Message:
backported some lines from HEAD:
- install ZConfig.tests.library correctly to make tests pass


=== Zope/setup.py 1.31.2.13 => 1.31.2.14 ===
--- Zope/setup.py:1.31.2.13	Sun Jan 18 12:46:01 2004
+++ Zope/setup.py	Sun Jan 18 16:58:46 2004
@@ -678,7 +678,10 @@
     name='ZConfig',
     author=AUTHOR,
 
-    packages=['ZConfig', 'ZConfig.tests'],
+    packages=['ZConfig', 'ZConfig.tests',
+              'ZConfig.tests.library', 'ZConfig.tests.library.widget',
+              'ZConfig.tests.library.thing',
+              ],
     data_files=[
         ['../../doc/zconfig',
          ['ZConfig/doc/zconfig.pdf', 'ZConfig/doc/schema.dtd']],




More information about the Zope-Checkins mailing list