Skip to content

Commit

Permalink
Fix README location to point to package README (#120)
Browse files Browse the repository at this point in the history
This fixes a configuration mistake: we were publishing crates with the
workspace README instead of each package README.
  • Loading branch information
abrown authored May 29, 2024
1 parent 9bce206 commit 095f1b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ version = "0.7.0"
authors = ["OpenVINO Project Developers"]
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/intel/openvino-rs"

[workspace.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/openvino-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
readme.workspace = true
repository.workspace = true
readme = "README.md"
documentation = "https://docs.rs/openvino-sys"
keywords = ["openvino", "machine-learning", "ml", "neural-network"]
categories = ["external-ffi-bindings", "science"]
Expand Down
2 changes: 1 addition & 1 deletion crates/openvino/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
readme.workspace = true
repository.workspace = true
readme = "README.md"
documentation = "https://docs.rs/openvino"
keywords = ["openvino", "machine-learning", "ml", "neural-network"]
categories = ["api-bindings", "science"]
Expand Down

0 comments on commit 095f1b3

Please sign in to comment.