33 lines
604 B
INI
33 lines
604 B
INI
|
[metadata]
|
||
|
name = rspeech
|
||
|
version = 1.0.0
|
||
|
description = Library for speech processing
|
||
|
author = retoor
|
||
|
author_email = retoor@molodetz.nl
|
||
|
license = MIT
|
||
|
long_description = file: README.md
|
||
|
long_description_content_type = text/markdown
|
||
|
|
||
|
[options]
|
||
|
packages = find:
|
||
|
package_dir =
|
||
|
= src
|
||
|
python_requires = >=3.7
|
||
|
install_requires =
|
||
|
pyaudio
|
||
|
SpeechRecognition
|
||
|
google-cloud-speech
|
||
|
google-cloud-texttospeech
|
||
|
google-auth
|
||
|
pygame
|
||
|
aiohttp
|
||
|
packaging
|
||
|
|
||
|
[options.packages.find]
|
||
|
where = src
|
||
|
|
||
|
[options.entry_points]
|
||
|
console_scripts =
|
||
|
rtts = rspeech.tts:main
|
||
|
rstt = rspeech.stt:main
|