edge-tts/pyproject.toml

7 lines
121 B
TOML
Raw Normal View History

2021-06-05 22:13:22 +00:00
[build-system]
requires = [
2022-09-27 09:16:22 +00:00
"setuptools >= 62.6.0",
2021-06-05 22:13:22 +00:00
"wheel >= 0.29.0",
]
build-backend = "setuptools.build_meta"