From 1aa15a814d8665987784896090a863aba4754501 Mon Sep 17 00:00:00 2001 From: Melissa DeLucchi <113376043+delucchi-cmu@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:18:12 -0500 Subject: [PATCH] Add description for pypi (#467) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 660d0fe..4c241b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,7 @@ [project] name = "hats-import" license = {file = "LICENSE"} +description = "Utility for ingesting large survey data into HATS structure" readme = "README.md" authors = [ { name = "LINCC Frameworks", email = "lincc-frameworks-team@lists.lsst.org" }