diff --git a/pyproject.toml b/pyproject.toml index ef5b406..d29a471 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,3 @@ -[project] -name = "speechify-api" - [tool.poetry] name = "speechify-api" version = "1.2.3" @@ -39,7 +36,7 @@ packages = [ { include = "speechify", from = "src"} ] -[project.urls] +[tool.poetry.urls] Documentation = 'https://docs.speechify.ai/api-reference' Homepage = 'https://docs.speechify.ai' Repository = 'https://github.com/speechifyinc/speechify-api-sdk-python'