[Checkins] SVN: zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/README.txt correct entry point docs.

Chris Withers chris at simplistix.co.uk
Wed Aug 13 05:18:24 EDT 2008


Log message for revision 89789:
  correct entry point docs.

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

-=-
Modified: zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/README.txt
===================================================================
--- zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2008-08-13 09:05:10 UTC (rev 89788)
+++ zc.buildout/trunk/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2008-08-13 09:18:23 UTC (rev 89789)
@@ -124,12 +124,20 @@
 The scripts recipe defines some additional options:
 
 entry-points
-   A list of entry-point identifiers of the form name=module#attrs,
-   name is a script name, module is a module name, and a attrs is a
-   (possibly dotted) name of an object within the module.  This option
-   is useful when working with distributions that don't declare entry
-   points, such as distributions not written to work with setuptools.
+   A list of entry-point identifiers of the form:
 
+   name=module:attrs
+
+   where name is a script name, module is a dotted name resolving to a
+   module name, and a attrs is a dotted name resolving to a callable
+   object within a module.
+
+   This option is useful when working with distributions that don't
+   declare entry points, such as distributions not written to work
+   with setuptools. 
+
+   Examples can be seen in the section "Specifying entry points" below.
+
 scripts
    Control which scripts are generated.  The value should be a list of
    zero or more tokens.  Each token is either a name, or a name



More information about the Checkins mailing list