Skip to content

Commit

Permalink
Add VERSION to raft-ann-bench package (#2299)
Browse files Browse the repository at this point in the history
#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`.

Authors:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

Approvers:
  - Divye Gala (https://github.com/divyegala)
  - Bradley Dice (https://github.com/bdice)

URL: #2299
  • Loading branch information
KyleFromNVIDIA authored May 9, 2024
1 parent f222be0 commit e6fe567
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 e6fe567

Please sign in to comment.