diff --git a/pyo3-arrow/Cargo.toml b/pyo3-arrow/Cargo.toml index 82d538c..688b0f1 100644 --- a/pyo3-arrow/Cargo.toml +++ b/pyo3-arrow/Cargo.toml @@ -3,7 +3,7 @@ name = "pyo3-arrow" version = "0.1.0-beta.1" authors = ["Kyle Barron "] edition = "2021" -description = "Internal structs for representing Arrow data in Python." +description = "Arrow integration for pyo3." readme = "README.md" repository = "https://github.com/kylebarron/arro3" license = "MIT OR Apache-2.0"