Skip to content

Commit

Permalink
Use VERSION file instead of attr
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed May 23, 2024
1 parent e568e89 commit db05216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/raft-ann-bench/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ skip = [
]

[tool.setuptools.dynamic]
version = { attr = "raft_ann_bench.__version__" }
version = { file = "raft_ann_bench/VERSION" }

0 comments on commit db05216

Please sign in to comment.