Skip to content

Commit 63af845

Browse files
committed
Modify pyproject.toml
1 parent b9ed072 commit 63af845

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,18 @@ dev = [
1717
"ruff>=0.14.14",
1818
"ty>=0.0.14",
1919
]
20+
21+
[tool.poetry]
22+
name = "test"
23+
version = "0.1.0"
24+
description = ""
25+
authors = ["Tom Ritchford <tom@swirly.com>"]
26+
readme = "README.md"
27+
28+
[tool.poetry.dependencies]
29+
python = "^3.14"
30+
31+
32+
[build-system]
33+
requires = ["poetry-core"]
34+
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)