Skip to content

Commit d471ed6

Browse files
Upgraded license entries
1 parent 1b209da commit d471ed6

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

packages/sinapsis_elevenlabs/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "sinapsis-elevenlabs"
33
version = "0.1.2"
44
description = "Generate realistic voices from text, other speeches, and more using the Elevenlabs library."
55
readme = "README.md"
6-
6+
license-files = ["LICENSE"]
77
requires-python = ">=3.10"
88
dependencies = [
99
"elevenlabs>=1.50.3",
@@ -26,8 +26,7 @@ url = "https://pypi.sinapsis.tech/"
2626

2727
[tool.uv.sources]
2828
sinapsis-elevenlabs = { workspace = true }
29-
[tool.setuptools]
30-
license-files = ["LICENSE"]
29+
3130

3231
[project.urls]
3332
Homepage = "https://sinapsis.tech"

packages/sinapsis_f5_tts/pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "Text to speech using F5-TTS library"
88
readme = "README.md"
9-
9+
license-files = ["LICENSE"]
1010
requires-python = ">=3.10"
1111
dependencies = [
1212
"f5-tts>=1.0.3",
@@ -39,8 +39,7 @@ url = "https://pypi.sinapsis.tech/"
3939

4040
[tool.uv.sources]
4141
sinapsis-f5-tts = { workspace = true }
42-
[tool.setuptools]
43-
license-files = ["LICENSE"]
42+
4443
[project.urls]
4544
Homepage = "https://sinapsis.tech"
4645
Documentation = "https://docs.sinapsis.tech/docs/sinapsis-speech"

packages/sinapsis_zonos/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
requires-python = ">=3.10"
10+
license-files = ["LICENSE"]
1011
dependencies = [
1112
"sinapsis>=0.1.1",
1213
"zonos>=0.1.1",
@@ -27,8 +28,8 @@ url = "https://pypi.sinapsis.tech/"
2728

2829
[tool.uv.sources]
2930
sinapsis-zonos = { workspace = true }
30-
[tool.setuptools]
31-
license-files = ["LICENSE"]
31+
32+
3233
[project.urls]
3334
Homepage = "https://sinapsis.tech"
3435
Documentation = "https://docs.sinapsis.tech/docs"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [
77
]
88
readme = "README.md"
99
requires-python = ">=3.10"
10+
license-files = ["LICENSE"]
1011
dependencies = [
1112
"pip>=24.3.1",
1213
"sinapsis>=0.2.2",
@@ -36,7 +37,7 @@ exclude = ["packages/*.egg-info"]
3637

3738
[tool.setuptools]
3839
packages = { find = { where = ["packages"] } }
39-
license-files = ["LICENSE"]
40+
4041

4142
[tool.uv.sources]
4243
sinapsis-elevenlabs = { workspace = true }

0 commit comments

Comments
 (0)