Skip to content

Commit ebcf99d

Browse files
Merge pull request #11 from SpeechifyInc/chore/release-please-fix-config
fix(packaging): make the SDK installable from source [DRG-31]
2 parents 84fd24b + 011172d commit ebcf99d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[project]
2-
name = "speechify-api"
3-
41
[tool.poetry]
52
name = "speechify-api"
63
version = "1.2.3"
@@ -39,7 +36,7 @@ packages = [
3936
{ include = "speechify", from = "src"}
4037
]
4138

42-
[project.urls]
39+
[tool.poetry.urls]
4340
Documentation = 'https://docs.speechify.ai/api-reference'
4441
Homepage = 'https://docs.speechify.ai'
4542
Repository = 'https://github.com/speechifyinc/speechify-api-sdk-python'

0 commit comments

Comments
 (0)