mirror of
https://github.com/rany2/edge-tts
synced 2024-11-22 01:45:02 +00:00
Switch back to setup.cfg only
* No depandabot support but it might work for hass-edge-tts at least
This commit is contained in:
parent
137bbd700e
commit
7b4827352d
@ -1,6 +0,0 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 62.6.0",
|
||||
"wheel >= 0.29.0",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
@ -1 +0,0 @@
|
||||
aiohttp==3.8.3
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = edge-tts
|
||||
version = 5.0.3
|
||||
version = 5.0.4
|
||||
author = rany
|
||||
author_email = ranygh@riseup.net
|
||||
description = Microsoft Edge's TTS
|
||||
@ -19,7 +19,8 @@ package_dir=
|
||||
= src
|
||||
packages = find:
|
||||
python_requires = >=3.7
|
||||
install_requires = file: requirements.txt
|
||||
install_requires =
|
||||
aiohttp==3.8.3
|
||||
|
||||
[options.packages.find]
|
||||
where=src
|
||||
|
Loading…
Reference in New Issue
Block a user