Skip to content

Commit adf0153

Browse files
Merge pull request #1 from StructuralPython/releases/v0.1.0
Releases/v0.1.0
2 parents f895eaf + 6a23225 commit adf0153

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[project]
22
name = "xl-engine"
3-
version = "0.1.0"
4-
description = "Execute your existing Excel workbooks like they were Python functions. Uses XLWings."
3+
dynamic=["version", "description"]
54
readme = "README.md"
65
authors = [
76
{ name = "Connor Ferster", email = "connor@structuralpython.com" }
87
]
98
requires-python = ">=3.11"
109
dependencies = [
1110
"ipywidgets>=8.1.7",
12-
"rich>=14.1.0",
11+
"rich",
1312
"xlwings>=0.33.15",
1413
]
1514

0 commit comments

Comments
 (0)