[Checkins] SVN: zope.tal/trunk/ finished buildout
    Bernd Dorn 
    bernd.dorn at lovelysystems.com
       
    Tue Mar 27 10:10:17 EDT 2007
    
    
  
Log message for revision 73745:
  finished buildout
Changed:
  U   zope.tal/trunk/buildout.cfg
  A   zope.tal/trunk/setup.cfg
  U   zope.tal/trunk/setup.py
-=-
Modified: zope.tal/trunk/buildout.cfg
===================================================================
--- zope.tal/trunk/buildout.cfg	2007-03-27 14:08:31 UTC (rev 73744)
+++ zope.tal/trunk/buildout.cfg	2007-03-27 14:10:17 UTC (rev 73745)
@@ -2,8 +2,6 @@
 develop = .
 parts = test
 
-find-links = http://download.zope.org/distribution/
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.tal
Added: zope.tal/trunk/setup.cfg
===================================================================
--- zope.tal/trunk/setup.cfg	2007-03-27 14:08:31 UTC (rev 73744)
+++ zope.tal/trunk/setup.cfg	2007-03-27 14:10:17 UTC (rev 73745)
@@ -0,0 +1,2 @@
+[egg_info]
+tag_svn_revision = 1
\ No newline at end of file
Property changes on: zope.tal/trunk/setup.cfg
___________________________________________________________________
Name: svn:eol-style
   + native
Modified: zope.tal/trunk/setup.py
===================================================================
--- zope.tal/trunk/setup.py	2007-03-27 14:08:31 UTC (rev 73744)
+++ zope.tal/trunk/setup.py	2007-03-27 14:10:17 UTC (rev 73745)
@@ -32,7 +32,6 @@
       package_dir = {'': 'src'},
 
       namespace_packages=['zope',],
-      tests_require = ['zope.testing'],
       install_requires=['setuptools',
                         'zope.i18nmessageid',
                         'zope.i18n',
    
    
More information about the Checkins
mailing list