Switch back to setup.cfg only

* No depandabot support but it might work for hass-edge-tts at least
This commit is contained in:
rany2 2022-09-27 12:58:14 +03:00
parent 137bbd700e
commit 7b4827352d
3 changed files with 3 additions and 9 deletions

View File

@ -1,6 +0,0 @@
[build-system]
requires = [
"setuptools >= 62.6.0",
"wheel >= 0.29.0",
]
build-backend = "setuptools.build_meta"

View File

@ -1 +0,0 @@
aiohttp==3.8.3

View File

@ -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