[Checkins] SVN: z3c.recipe.filetemplate/trunk/ fix installation; add CHANGES notes; prepare for release

Gary Poster gary at modernsongs.com
Thu Apr 30 18:41:50 EDT 2009


Log message for revision 99628:
  fix installation; add CHANGES notes; prepare for release

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

-=-
Modified: z3c.recipe.filetemplate/trunk/CHANGES.txt
===================================================================
--- z3c.recipe.filetemplate/trunk/CHANGES.txt	2009-04-30 22:38:40 UTC (rev 99627)
+++ z3c.recipe.filetemplate/trunk/CHANGES.txt	2009-04-30 22:41:50 UTC (rev 99628)
@@ -2,11 +2,17 @@
 Changes
 =======
 
-2.1 (unreleased)
-================
+2.0.1 (2009-04-30)
+==================
 
+-----
+Fixes
+-----
 
+- Correct sdist generation to include all necessary files.
 
+- Doc formatting fixes.
+
 2.0 (2009-04-30)
 ================
 

Modified: z3c.recipe.filetemplate/trunk/setup.py
===================================================================
--- z3c.recipe.filetemplate/trunk/setup.py	2009-04-30 22:38:40 UTC (rev 99627)
+++ z3c.recipe.filetemplate/trunk/setup.py	2009-04-30 22:41:50 UTC (rev 99628)
@@ -19,7 +19,7 @@
     return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
 
 setup(name='z3c.recipe.filetemplate',
-      version = '2.1dev',
+      version = '2.0.1',
       license='ZPL 2.1',
       url='http://pypi.python.org/pypi/z3c.recipe.filetemplate',
       description="zc.buildout recipe for creating files from file templates",
@@ -49,5 +49,6 @@
       entry_points="""
       [zc.buildout]
       default = z3c.recipe.filetemplate:FileTemplate
-      """
+      """,
+      include_package_data=True,
       )



More information about the Checkins mailing list