From 48f1cd0fa78baa20b6966b3c5eeb2b805ca9a9a1 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 10 Sep 2025 11:41:08 -0700 Subject: [PATCH 1/2] Update pyproject.toml --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd8118a..e5cb16f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [project] name = "xl-engine" -version = "0.1.0" -description = "Execute your existing Excel workbooks like they were Python functions. Uses XLWings." +dynamic=["version", "description"] readme = "README.md" authors = [ { name = "Connor Ferster", email = "connor@structuralpython.com" } From 6a23225d1eea2ac3803bdb373a1ffb02076a50d0 Mon Sep 17 00:00:00 2001 From: Connor Ferster Date: Wed, 10 Sep 2025 11:46:39 -0700 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e5cb16f..b44a66c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "ipywidgets>=8.1.7", - "rich>=14.1.0", + "rich", "xlwings>=0.33.15", ]