We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ed072 commit 63af845Copy full SHA for 63af845
1 file changed
pyproject.toml
@@ -17,3 +17,18 @@ dev = [
17
"ruff>=0.14.14",
18
"ty>=0.0.14",
19
]
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