We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5639c commit bd29816Copy full SHA for bd29816
pyproject.toml
@@ -9,6 +9,7 @@ readme = "README.md"
9
authors = []
10
keywords = []
11
license = "MIT"
12
+repository = 'https://github.com/elevenlabs/elevenlabs-python'
13
classifiers = [
14
"Intended Audience :: Developers",
15
"Programming Language :: Python",
@@ -31,9 +32,6 @@ packages = [
31
32
{ include = "elevenlabs", from = "src"}
33
]
34
-[project.urls]
35
-Repository = 'https://github.com/elevenlabs/elevenlabs-python'
36
-
37
[tool.poetry.dependencies]
38
python = "^3.8"
39
httpx = ">=0.21.2"
0 commit comments