Skip to content

Commit 011a3f3

Browse files
authored
Improve readme page in crates.io (#11809)
1 parent f56a2ef commit 011a3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "datafusion"
2020
description = "DataFusion is an in-memory query engine that uses Apache Arrow as the memory model"
2121
keywords = ["arrow", "query", "sql"]
2222
include = ["benches/*.rs", "src/**/*.rs", "Cargo.toml"]
23-
readme = "README.md"
23+
readme = "../../README.md"
2424
version = { workspace = true }
2525
edition = { workspace = true }
2626
homepage = { workspace = true }

0 commit comments

Comments
 (0)