From 671c095bd7d90ceee443f7fb44d037e0ec69265d Mon Sep 17 00:00:00 2001 From: Doug Branton Date: Thu, 2 Jan 2025 11:17:33 -0800 Subject: [PATCH] add pyproject description for pypi --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6c03119..3f3cb48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [project] name = "nested-dask" license = {file = "LICENSE"} +description = "Parallel nested-pandas with Dask." readme = "README.md" authors = [ { name = "lincc-frameworks", email = "brantd@uw.edu" }