[Checkins] SVN: zc.buildout/trunk/zc.recipe.egg_/README.txt Added missing description of scripts option.

Jim Fulton jim at zope.com
Thu Jun 29 16:37:17 EDT 2006


Log message for revision 68918:
  Added missing description of scripts option.
  

Changed:
  U   zc.buildout/trunk/zc.recipe.egg_/README.txt

-=-
Modified: zc.buildout/trunk/zc.recipe.egg_/README.txt
===================================================================
--- zc.buildout/trunk/zc.recipe.egg_/README.txt	2006-06-29 20:37:14 UTC (rev 68917)
+++ zc.buildout/trunk/zc.recipe.egg_/README.txt	2006-06-29 20:37:16 UTC (rev 68918)
@@ -33,6 +33,14 @@
    only effective when an egg is installed.  If a zipped egg already 
    exists in the eggs directory, it will not be unzipped.
 
+scripts
+   Control which scripts are generated.  The value should be a list of
+   zero or more tokens.  Each tokem is either a name, or a name,
+   followed by an '=' and a new name.  Only the named scripts are
+   generated. If no tokens are given, then script generation is
+   disabled.  If the option isn't given at all, then all scripts
+   defined by the named eggs will be generated.
+
 To do
 -----
 



More information about the Checkins mailing list