[Checkins] SVN: zc.queue/trunk/buildout.cfg We want an interpreter	that supports the package itself, not just setuptools.
    Zvezdan Petkovic 
    zvezdan at zope.com
       
    Sat Dec 17 23:08:52 UTC 2011
    
    
  
Log message for revision 123829:
  We want an interpreter that supports the package itself, not just setuptools.
  
  
Changed:
  U   zc.queue/trunk/buildout.cfg
-=-
Modified: zc.queue/trunk/buildout.cfg
===================================================================
--- zc.queue/trunk/buildout.cfg	2011-12-17 13:25:40 UTC (rev 123828)
+++ zc.queue/trunk/buildout.cfg	2011-12-17 23:08:52 UTC (rev 123829)
@@ -17,6 +17,5 @@
 
 [py]
 recipe = zc.recipe.egg
-eggs = setuptools
+eggs = zc.queue
 interpreter = py
-scripts = py
    
    
More information about the checkins
mailing list