-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (27 loc) · 980 Bytes
/
Copy pathpyproject.toml
File metadata and controls
30 lines (27 loc) · 980 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[build-system]
requires = ["setuptools>=68"]
build-backend = "setuptools.build_meta"
[project]
name = "gandr"
version = "0.1.2"
description = "Official Python client for the Gandr TTS API. Reads numbers and dates correctly, WER below the human reference, every render watermarked."
readme = "README.md"
requires-python = ">=3.9"
license = {text = "MIT"}
authors = [{name = "Gandr", email = "team@gandr.ai"}]
keywords = ["tts", "text-to-speech", "speech-synthesis", "voice-ai", "voice-agents", "livekit", "pipecat"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Multimedia :: Sound/Audio :: Speech",
]
dependencies = []
[project.urls]
Homepage = "https://gandr.ai"
Documentation = "https://gandr.ai/docs"
Repository = "https://github.com/Gandr-AI/gandr-python"
[tool.setuptools.packages.find]
where = ["."]
include = ["gandr*"]