minor: we don't have any includes in the pymongo directory

This commit is contained in:
Mike Dirolf 2010-09-14 14:06:41 -04:00
parent b751853755
commit eea654ce33

View File

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