diff options
Diffstat (limited to 'eggs/zc.recipe.egg-1.3.2-py2.6.egg/EGG-INFO/entry_points.txt')
-rw-r--r-- | eggs/zc.recipe.egg-1.3.2-py2.6.egg/EGG-INFO/entry_points.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/eggs/zc.recipe.egg-1.3.2-py2.6.egg/EGG-INFO/entry_points.txt b/eggs/zc.recipe.egg-1.3.2-py2.6.egg/EGG-INFO/entry_points.txt new file mode 100644 index 0000000..5e51055 --- /dev/null +++ b/eggs/zc.recipe.egg-1.3.2-py2.6.egg/EGG-INFO/entry_points.txt @@ -0,0 +1,8 @@ +[zc.buildout] +develop = zc.recipe.egg:Develop +script = zc.recipe.egg:Scripts +default = zc.recipe.egg:Scripts +eggs = zc.recipe.egg:Eggs +custom = zc.recipe.egg:Custom +scripts = zc.recipe.egg:Scripts + |