From 6e761db773ca7f9d360f04068cc4f7543a18f8b9 Mon Sep 17 00:00:00 2001 From: Alexandra Rahlin Date: Sun, 30 Jun 2024 08:49:11 -0500 Subject: [PATCH] Fix typo in description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 911175c..2b94827 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ name = "qpoint" authors = [ {name="Alexandra Rahlin", email="arahlin@users.noreply.github.com"}, ] -description = "A lightweight quaternion-based library for efficient telscope pointing" +description = "A lightweight quaternion-based library for efficient telescope pointing" readme = "README.md" requires-python = ">=3.8" urls = {source = "https://github.com/arahlin/qpoint"}