diff --git a/pyproject.toml b/pyproject.toml index bd8118a..b44a66c 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" } @@ -9,7 +8,7 @@ authors = [ requires-python = ">=3.11" dependencies = [ "ipywidgets>=8.1.7", - "rich>=14.1.0", + "rich", "xlwings>=0.33.15", ]