[Checkins] SVN: zc.buildout/branches/2/ removed further remains of the selecting-python stuff

Thomas Lotze tl at gocept.com
Mon May 30 10:27:47 EDT 2011


Log message for revision 121834:
  removed further remains of the selecting-python stuff

Changed:
  U   zc.buildout/branches/2/buildout.cfg
  U   zc.buildout/branches/2/zc.recipe.egg_/setup.py

-=-
Modified: zc.buildout/branches/2/buildout.cfg
===================================================================
--- zc.buildout/branches/2/buildout.cfg	2011-05-30 12:04:30 UTC (rev 121833)
+++ zc.buildout/branches/2/buildout.cfg	2011-05-30 14:27:46 UTC (rev 121834)
@@ -25,6 +25,6 @@
 defaults =
   [
   '-t',
-  '!(bootstrap|selectingpython|selecting-python)',
+  '!(bootstrap)',
   ]
 

Modified: zc.buildout/branches/2/zc.recipe.egg_/setup.py
===================================================================
--- zc.buildout/branches/2/zc.recipe.egg_/setup.py	2011-05-30 12:04:30 UTC (rev 121833)
+++ zc.buildout/branches/2/zc.recipe.egg_/setup.py	2011-05-30 14:27:46 UTC (rev 121834)
@@ -39,8 +39,6 @@
         + '\n' +
         read('src', 'zc', 'recipe', 'egg', 'README.txt')
         + '\n' +
-        read('src', 'zc', 'recipe', 'egg', 'selecting-python.txt')
-        + '\n' +
         read('src', 'zc', 'recipe', 'egg', 'custom.txt')
         + '\n' +
         read('src', 'zc', 'recipe', 'egg', 'api.txt')



More information about the checkins mailing list