Skip to content

Commit bd29816

Browse files
authored
(fix): move repository url field into tool.poetry namespace (elevenlabs#349)
1 parent 4c5639c commit bd29816

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ readme = "README.md"
99
authors = []
1010
keywords = []
1111
license = "MIT"
12+
repository = 'https://github.com/elevenlabs/elevenlabs-python'
1213
classifiers = [
1314
"Intended Audience :: Developers",
1415
"Programming Language :: Python",
@@ -31,9 +32,6 @@ packages = [
3132
{ include = "elevenlabs", from = "src"}
3233
]
3334

34-
[project.urls]
35-
Repository = 'https://github.com/elevenlabs/elevenlabs-python'
36-
3735
[tool.poetry.dependencies]
3836
python = "^3.8"
3937
httpx = ">=0.21.2"

0 commit comments

Comments
 (0)