Skip to content

Commit

Permalink
Add VERSION to raft-ann-bench package
Browse files Browse the repository at this point in the history
rapidsai#2285 added dynamic versioning
to pyproject.toml for raft-ann-bench, but did not properly copy in
the VERSION file. Copy it in with tool.setuptools.package-data.
  • Loading branch information
KyleFromNVIDIA committed May 8, 2024
1 parent d9051f6 commit 4ace824
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 @@ -35,7 +35,7 @@ Homepage = "https://github.com/rapidsai/raft"
where = ["src"]

[tool.setuptools.package-data]
"*" = ["*.*"]
"*" = ["*.*", "VERSION"]

[tool.isort]
line_length = 79
Expand Down

0 comments on commit 4ace824

Please sign in to comment.