From 1580d23980363ab69a1b74294cb2dd327ae89c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Pawlu=C5=9B?= Date: Wed, 12 Jun 2024 22:54:17 +0200 Subject: [PATCH] update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fb01882..8d3052c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "pyarrow-bigquery" version = "0.1.0" -description = "A simple library to **write to** and **download from** BigQuery tables as PyArrow tables." +description = "A simple library to write to and read from BigQuery tables as PyArrow tables." authors = [{ name = "Sebastian PawluĊ›", email = "sebastian.pawlus@gmail.com" }] readme = "README.md" keywords = ["pyarrow", "bigquery"]