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',