From 416352205ed68c00eb847d143a8b3350f58c51dc Mon Sep 17 00:00:00 2001 From: Nitzan Raz Date: Sun, 5 Jan 2025 17:28:25 +0200 Subject: [PATCH] Removing repository line Breaks build somehow https://github.com/elevenlabs/elevenlabs-python/issues/453 --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c11860..94dd138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,6 @@ packages = [ { include = "elevenlabs", from = "src"} ] -[project.urls] -Repository = 'https://github.com/elevenlabs/elevenlabs-python' - [tool.poetry.dependencies] python = "^3.8" httpx = ">=0.21.2"