Skip to content

Commit 67d207d

Browse files
committed
Fun
1 parent ccda8f3 commit 67d207d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
[project]
22
name = "tdom"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "PEP750 based t strings for both SSR and FE"
55
readme = "README.md"
66
authors = [
7-
{ name = "Andrea Giammarchi", email = "[email protected]" }
7+
{ name = "Andrea Giammarchi", email = "[email protected]" },
88
]
99
requires-python = ">=3.14"
10-
dependencies = [
11-
"dill>=0.4.0",
12-
]
13-
10+
dependencies = ["dill>=0.4.0"]
1411

1512

1613
[build-system]
@@ -35,4 +32,3 @@ markupsafe = { git = "https://github.com/pauleveritt/markupsafe.git", branch = "
3532

3633
[tool.pytest.ini_options]
3734
testpaths = ["tests", "examples"]
38-

0 commit comments

Comments
 (0)