diff --git a/apis/python/setup.py b/apis/python/setup.py index 086b5c1136..12b1f896df 100644 --- a/apis/python/setup.py +++ b/apis/python/setup.py @@ -217,9 +217,9 @@ def run(self): INC_DIRS = [ "dist_links/libtiledbsoma/include", "dist_links/libtiledbsoma/external/include", - "dist_links/libtiledbsoma/external/include/tiledbsoma", "../../build/externals/install/include", str(tiledbsoma_dir / "include"), + str(tiledbsoma_dir / "include/tiledbsoma"), str(tiledbsoma_dir.parent / "build/externals/install/include"), str(tiledbsoma_dir / "include"), str(tiledb_dir / "include"),