From b4908f4424141c09ee3bd8b3da36668fb4d4f28f Mon Sep 17 00:00:00 2001 From: Kyle Barron Date: Tue, 25 Jun 2024 17:02:41 -0400 Subject: [PATCH] Update pyo3-arrow description (#22) --- pyo3-arrow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"