Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.buildout
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos.buildout
Commits
3cbbb2b4
Commit
3cbbb2b4
authored
Aug 13, 2008
by
Chris Withers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct entry point docs.
parent
4b889785
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
zc.recipe.egg_/src/zc/recipe/egg/README.txt
zc.recipe.egg_/src/zc/recipe/egg/README.txt
+13
-5
No files found.
zc.recipe.egg_/src/zc/recipe/egg/README.txt
View file @
3cbbb2b4
...
@@ -124,11 +124,19 @@ Now we also see the script defined by the demo script:
...
@@ -124,11 +124,19 @@ Now we also see the script defined by the demo script:
The scripts recipe defines some additional options:
The scripts recipe defines some additional options:
entry-points
entry-points
A list of entry-point identifiers of the form name=module#attrs,
A list of entry-point identifiers of the form:
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
name=module:attrs
is useful when working with distributions that don't declare entry
points, such as distributions not written to work with setuptools.
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
scripts
Control which scripts are generated. The value should be a list of
Control which scripts are generated. The value should be a list of
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment