Update to edge-tts 3.0.1

This commit is contained in:
rany
2021-12-04 00:47:53 +02:00
parent 6fbf875673
commit 4b7f04dc4c
13 changed files with 658 additions and 333 deletions

View File

@@ -1,6 +1,6 @@
[metadata]
name = edge-tts
version = 2.2.1
version = 3.0.1
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.__init__:main
edge-tts = edgeTTS.__main__:main
edge-playback = edgePlayback.__init__:main