Skip to content

Commit

Permalink
fix: Unable to find module "vectordb_bench"
Browse files Browse the repository at this point in the history
Fixes: #288

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
  • Loading branch information
XuanYang-cn authored and alwayslove2013 committed Mar 5, 2024
1 parent 9325a5a commit 271a65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ build-backend = "setuptools.build_meta"
"vectordb_bench.results" = ["*.json"]

[tool.setuptools.packages.find]
where = ["vectordb_bench"]
where = ["."]
include = ["vectordb_bench"]

[project]
name = "vectordb-bench"
Expand Down

0 comments on commit 271a65a

Please sign in to comment.