[Checkins] SVN: zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/README.txt correct entry point docs.

Godefroid Chapelle gotcha at bubblenet.be
Sun Mar 29 17:24:10 EDT 2009


Log message for revision 98531:
  correct entry point docs.

Changed:
  U   zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/README.txt

-=-
Modified: zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/README.txt
===================================================================
--- zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2009-03-29 21:24:03 UTC (rev 98530)
+++ zc.buildout/branches/help-api/zc.recipe.egg_/src/zc/recipe/egg/README.txt	2009-03-29 21:24:10 UTC (rev 98531)
@@ -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