[Checkins] SVN: zope.exceptions/trunk/ Add a MANIFEST.in because	setuptools doesn't understand svn 1.7
    Marius Gedminas 
    cvs-admin at zope.org
       
    Mon Dec 10 17:06:19 UTC 2012
    
    
  
Log message for revision 128551:
  Add a MANIFEST.in because setuptools doesn't understand svn 1.7
  
  
Changed:
  _U  zope.exceptions/trunk/
  A   zope.exceptions/trunk/MANIFEST.in
  _U  zope.exceptions/trunk/docs/
-=-
Property changes on: zope.exceptions/trunk
___________________________________________________________________
Modified: svn:ignore
   - bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg
   + bin
build
dist
lib
develop-eggs
eggs
parts
.installed.cfg
.tox
Added: zope.exceptions/trunk/MANIFEST.in
===================================================================
--- zope.exceptions/trunk/MANIFEST.in	                        (rev 0)
+++ zope.exceptions/trunk/MANIFEST.in	2012-12-10 17:06:19 UTC (rev 128551)
@@ -0,0 +1,7 @@
+include *.cfg
+include *.txt
+include MANIFEST.in
+include bootstrap.py
+include tox.ini
+recursive-include docs/ *.rst *.py *.bat Makefile
+include docs/_static docs/_templates
Property changes on: zope.exceptions/trunk/docs
___________________________________________________________________
Added: svn:ignore
   + _build
    
    
More information about the checkins
mailing list