From eea654ce3361ed20eb1ac93ca2b8a9a43a28841a Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Tue, 14 Sep 2010 14:06:41 -0400 Subject: [PATCH] minor: we don't have any includes in the pymongo directory --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d19e3046c..f0da9364e 100755 --- a/setup.py +++ b/setup.py @@ -135,7 +135,7 @@ c_ext = Feature( 'bson/buffer.c', 'bson/encoding_helpers.c']), Extension('pymongo._cmessage', - include_dirs=['bson', 'pymongo'], + include_dirs=['bson'], sources=['pymongo/_cmessagemodule.c', 'bson/_cbsonmodule.c', 'bson/time64.c',