From e968da60d2d8a49b3c862978314ff6658ce0adc7 Mon Sep 17 00:00:00 2001 From: Thomas Harrison Date: Mon, 31 Mar 2025 08:59:45 -0400 Subject: [PATCH] Update projcet description to mach github about and readme --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 634845c..f5efd4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "codepic" version = "0.1.0" -description = "Capture code into a picture" +description = "Capture code in a picture" authors = ["Thomas Harrison "] readme = "README.md" license = "MIT"