[Zodb-checkins] CVS: ZODB4 - MANIFEST.in:1.1

Jeremy Hylton jeremy@zope.com
Thu, 5 Dec 2002 14:14:48 -0500


Update of /cvs-repository/ZODB4
In directory cvs.zope.org:/tmp/cvs-serv4673

Added Files:
	MANIFEST.in 
Log Message:
Add MANIFEST.in to build complete source distribution.

XXX I built and tested source distribution built with this
MANIFEST.in.  All 947 tests passed.  Should double-check that this is
really complete.


=== Added File ZODB4/MANIFEST.in ===
include MANIFEST
include test.py
global-exclude .cvsignore

include BDBStorage/*.c
include BDBStorage/*.h
include Persistence/*.c
include Persistence/*.h
include Persistence/BTrees/*.c
include Persistence/BTrees/*.h
include ZODB/*.c
include ZODB/*.h

graft ZConfig/tests/input
graft Tools