Skip to content

Commit 12ec3bc

Browse files
committed
Fix repo link in code interpreter pyproject
1 parent 822302a commit 12ec3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["e2b <[email protected]>"]
66
license = "Apache-2.0"
77
readme = "README.md"
88
homepage = "https://e2b.dev/"
9-
repository = "https://github.com/e2b-dev/e2b-code-interpreter/tree/python"
9+
repository = "https://github.com/e2b-dev/code-interpreter/tree/main/python"
1010
packages = [{ include = "e2b_code_interpreter" }]
1111

1212
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)