[Checkins] SVN: z3c.recipe.tag/trunk/ fix typo in setup.py and add CHANGES.txt file.

Paul Carduner paulcarduner at gmail.com
Sun Mar 16 19:45:40 EDT 2008


Log message for revision 84720:
  fix typo in setup.py and add CHANGES.txt file.

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

-=-
Added: z3c.recipe.tag/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.tag/trunk/CHANGES.txt	                        (rev 0)
+++ z3c.recipe.tag/trunk/CHANGES.txt	2008-03-16 23:45:40 UTC (rev 84720)
@@ -0,0 +1,10 @@
+=======
+CHANGES
+=======
+
+0.1.0 (2008-03-16)
+------------------
+
+- Initial release.
+
+  * buildout recipe for generating ctags of eggs used.


Property changes on: z3c.recipe.tag/trunk/CHANGES.txt
___________________________________________________________________
Name: svn:eol-style
   + native

Modified: z3c.recipe.tag/trunk/setup.py
===================================================================
--- z3c.recipe.tag/trunk/setup.py	2008-03-16 23:27:44 UTC (rev 84719)
+++ z3c.recipe.tag/trunk/setup.py	2008-03-16 23:45:40 UTC (rev 84720)
@@ -36,7 +36,9 @@
     version='0.1.0-dev',
     author="Ignas Mikalajūnas",
     description="Generate ctags from eggs for development.",
-    long_description=read('README.txt')
+    long_description=(read('README.txt')
+                      +'\n\n'+
+                      read('CHANGES.txt')),
     license="ZPL 2.1",
     maintainer="Paul Carduner",
     maintainer_email="zope-dev at zope.org",



More information about the Checkins mailing list