Skip to content

Commit 63503ea

Browse files
committed
fix pyproject
1 parent 2d3b21c commit 63503ea

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,20 @@ classifiers = [
1010
"Intended Audience :: Developers",
1111
]
1212
readme = "README.md"
13-
14-
[project.urls]
15-
Homepage = "https://github.com/Kiln-AI/Kilntainers"
16-
Repository = "https://github.com/Kiln-AI/Kilntainers"
17-
Issues = "https://github.com/Kiln-AI/Kilntainers/issues"
18-
1913
requires-python = ">=3.13"
2014
dependencies = [
2115
"e2b>=2.13.2",
2216
"mcp>=1.26.0",
2317
"modal>=1.3.2",
2418
]
2519

20+
[project.urls]
21+
Homepage = "https://github.com/Kiln-AI/Kilntainers"
22+
Repository = "https://github.com/Kiln-AI/Kilntainers"
23+
Issues = "https://github.com/Kiln-AI/Kilntainers/issues"
24+
25+
26+
2627
[project.optional-dependencies]
2728
wasm = ["wasmtime>=41.0.0"]
2829
all = ["kilntainers[wasm]"]

0 commit comments

Comments
 (0)