From 0715788ed7fefc90c68027861179604eb3691ae2 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Thu, 18 Jul 2024 06:35:37 -0700 Subject: [PATCH] meta: update description in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3da37bc..ff08756 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "1.0.1" authors = [ { name="Fischer Moseley", email="fischer.moseley@gmail.com" }, ] -description = "An In-Situ Debugging Tool for Programmable Hardware" +description = "A configurable and approachable tool for FPGA debugging and rapid prototyping" readme = "README.md" dependencies = [ "amaranth[builtin-yosys]==0.5.0",