[Checkins] SVN: Sandbox/gotcha/five.taskqueue/trunk/ add MANIFEST.in

Godefroid Chapelle cvs-admin at zope.org
Thu Oct 4 13:36:34 UTC 2012


Log message for revision 127918:
  add MANIFEST.in

Changed:
  A   Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in
  U   Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt

-=-
Added: Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in	                        (rev 0)
+++ Sandbox/gotcha/five.taskqueue/trunk/MANIFEST.in	2012-10-04 13:36:31 UTC (rev 127918)
@@ -0,0 +1,7 @@
+include *.txt *.rst
+recursive-include docs *.txt
+exclude bootstrap.py MANIFEST.in .gitignore .travis.tml buildout.cfg
+prune lib
+prune include
+prune bin
+global-exclude *.pyc

Modified: Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt
===================================================================
--- Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-04 13:29:15 UTC (rev 127917)
+++ Sandbox/gotcha/five.taskqueue/trunk/docs/HISTORY.txt	2012-10-04 13:36:31 UTC (rev 127918)
@@ -4,24 +4,25 @@
 0.2.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Add `MANIFEST.in` to fix 0.2 broken release.
 
 
 0.2 (2012-10-04)
 ----------------
 
-- Zope 2.13 support (no more 2.10 support)
+- Zope 2.13 support (no more 2.10 support).
 
-- Remove registration of IDatabaseOpenedWithRootEvent subscriber; 
+- Remove registration of `IDatabaseOpenedWithRootEvent` subscriber; 
   `storeDBReference` and `startServices` should be called by applications
 
-- Remove five.dbevent dependency
+- Remove `five.dbevent` dependency.
 
 
 0.1-alpha-3 (2011-05-16)
 ------------------------
 
-- Avoid code to stop thread and set the default value for variable before exception
+- Avoid code to stop thread and set the default value for variable before
+  exception.
 
 
 0.1-alpha-2 (2010-10-19)



More information about the checkins mailing list