From 075b0ba5efa261cd52c0fa96aa1aaa41dbb815de Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Tue, 8 Dec 2009 11:18:15 -0500 Subject: [PATCH] minor: include all .h files in pymongo dir in manifest --- MANIFEST.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 326df51a2..88cb6bdb4 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -8,5 +8,4 @@ recursive-include tools *.py include tools/README.rst include tools/validate recursive-include test *.py -include pymongo/time_helpers.h -include pymongo/encoding_helpers.h +recursive-include pymongo *.h