[Checkins] SVN: z3c.recipe.tag/trunk/ Define a default entry point for zc.buildout, so you can simply say

Marius Gedminas marius at pov.lt
Fri Sep 12 11:51:08 EDT 2008


Log message for revision 91095:
  Define a default entry point for zc.buildout, so you can simply say
  
      [ctags]
      recipe = z3c.recipe.tag
  
  

Changed:
  U   z3c.recipe.tag/trunk/CHANGES.txt
  U   z3c.recipe.tag/trunk/setup.py

-=-
Modified: z3c.recipe.tag/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.tag/trunk/CHANGES.txt	2008-09-12 15:48:51 UTC (rev 91094)
+++ z3c.recipe.tag/trunk/CHANGES.txt	2008-09-12 15:51:08 UTC (rev 91095)
@@ -7,6 +7,12 @@
 
 * Also index Javascript, CSS and ReStructuredText files with id-utils.
 
+* Define a default entry point for zc.buildout, so you can simply say
+
+    [ctags]
+    recipe = z3c.recipe.tag
+
+
 0.2.0 (2008-08-28)
 ------------------
 

Modified: z3c.recipe.tag/trunk/setup.py
===================================================================
--- z3c.recipe.tag/trunk/setup.py	2008-09-12 15:48:51 UTC (rev 91094)
+++ z3c.recipe.tag/trunk/setup.py	2008-09-12 15:51:08 UTC (rev 91095)
@@ -62,6 +62,7 @@
                       'zc.recipe.egg'],
     entry_points="""
     [zc.buildout]
+    default = z3c.recipe.tag:TagsMaker
     tags = z3c.recipe.tag:TagsMaker
 
     [console_scripts]



More information about the Checkins mailing list