[Checkins] SVN: zope.exceptions/trunk/MANIFEST.in Fix MANIFEST.in:	don't include .installed.cfg, do include docs/
    Marius Gedminas 
    cvs-admin at zope.org
       
    Mon Dec 10 17:15:14 UTC 2012
    
    
  
Log message for revision 128555:
  Fix MANIFEST.in: don't include .installed.cfg, do include docs/
  
  
Changed:
  U   zope.exceptions/trunk/MANIFEST.in
-=-
Modified: zope.exceptions/trunk/MANIFEST.in
===================================================================
--- zope.exceptions/trunk/MANIFEST.in	2012-12-10 17:09:22 UTC (rev 128554)
+++ zope.exceptions/trunk/MANIFEST.in	2012-12-10 17:15:14 UTC (rev 128555)
@@ -1,7 +1,7 @@
-include *.cfg
 include *.txt
 include MANIFEST.in
 include bootstrap.py
+include buildout.cfg
+include setup.cfg
 include tox.ini
-recursive-include docs/ *.rst *.py *.bat Makefile
-include docs/_static docs/_templates
+recursive-include docs *.rst *.py *.bat Makefile _static _templates
    
    
More information about the checkins
mailing list