From da1c91747391aaa518d169f73e1799be358ebb58 Mon Sep 17 00:00:00 2001 From: Roy Smart Date: Mon, 21 Apr 2025 17:12:53 -0600 Subject: [PATCH] Fix description in `pyproject.toml`. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28cdcc0..1574239 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ {name = "Jacob D. Parker"}, {name = "Charles C. Kankelborg"}, ] -description = "A Python library for characterizing and using the CCD cameras developed by Marshall Space Flight Center." +description = "A Python library for inverting images captured by CT imaging spectgrographs." readme = "README.md" requires-python = ">=3.10" classifiers = [