Switch back to setup.cfg only
* No depandabot support but it might work for hass-edge-tts at least
This commit is contained in:
@@ -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]
|
[metadata]
|
||||||
name = edge-tts
|
name = edge-tts
|
||||||
version = 5.0.3
|
version = 5.0.4
|
||||||
author = rany
|
author = rany
|
||||||
author_email = ranygh@riseup.net
|
author_email = ranygh@riseup.net
|
||||||
description = Microsoft Edge's TTS
|
description = Microsoft Edge's TTS
|
||||||
@@ -19,7 +19,8 @@ package_dir=
|
|||||||
= src
|
= src
|
||||||
packages = find:
|
packages = find:
|
||||||
python_requires = >=3.7
|
python_requires = >=3.7
|
||||||
install_requires = file: requirements.txt
|
install_requires =
|
||||||
|
aiohttp==3.8.3
|
||||||
|
|
||||||
[options.packages.find]
|
[options.packages.find]
|
||||||
where=src
|
where=src
|
||||||
|
|||||||
Reference in New Issue
Block a user