From d90efeb57e8c49bb36b2eaf945320f80e391f49c Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Fri, 16 Aug 2024 17:23:26 -0600 Subject: [PATCH] Consistent quotes --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b33221..8dcf514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,10 +1,10 @@ [project] -name = 'gps-timemachine' -version = '1.1.4' -description = 'Adjust GPS datetimes to UTC.' +name = "gps-timemachine" +version = "1.1.4" +description = "Adjust GPS datetimes to UTC." readme = "README.md" authors = [ - {name = "NSIDC Development Team", email = 'programmers@nsidc.org'}, + {name = "NSIDC Development Team", email = "programmers@nsidc.org"}, ] license.file = "LICENSE" requires-python = ">=3.10"