Update to edge-tts 4.0.0

This commit is contained in:
rany
2021-12-07 22:09:43 +02:00
parent 756766fe6e
commit 4fcecddaf0
16 changed files with 207 additions and 101 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 3.0.2
version = 4.0.0
author = rany
author_email = ranygh@riseup.net
description = Microsoft Edge's TTS
@@ -27,5 +27,5 @@ where=src
[options.entry_points]
console_scripts =
edge-tts = edgeTTS.__main__:main
edge-playback = edgePlayback.__init__:main
edge-tts = edge_tts.__main__:main
edge-playback = edge_playback.__init__:main