From 24de81d4c5ec0cca9890fbf69ad1ab6478052c1a Mon Sep 17 00:00:00 2001 From: spestana Date: Tue, 24 Sep 2024 01:21:10 +0000 Subject: [PATCH] Specify rst for readme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 26bb2c7..ff752f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "goes_ortho" dynamic = ["version"] readme = {file = "README.rst", content-type = "text/x-rst"} -description = "Python package for accessing downloading GOES-R ABI imagery, orthorectifying with a DEM, and creating timeseries" +description = "A python package for downloading GOES-R ABI imagery, orthorectifying with a DEM, and creating timeseries" dependencies = [ "boto3", "ipykernel",