Use subprocess instead of bash
This commit is contained in:
@@ -18,7 +18,6 @@ classifiers =
|
||||
package_dir=
|
||||
= src
|
||||
packages = find:
|
||||
scripts = bin/edge-playback
|
||||
python_requires = >=3.7
|
||||
install_requires =
|
||||
websockets>=9.1
|
||||
@@ -31,3 +30,4 @@ where=src
|
||||
[options.entry_points]
|
||||
console_scripts =
|
||||
edge-tts = edgeTTS.__init__:main
|
||||
edge-playback = edgePlayback.__init__:main
|
||||
|
||||
Reference in New Issue
Block a user