mirror of
https://github.com/rany2/edge-tts
synced 2024-11-21 17:29:07 +00:00
Add pyproject.toml
This commit is contained in:
parent
8765dcf1c8
commit
23abad46be
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,4 +5,5 @@
|
||||
!README.md
|
||||
!setup.cfg
|
||||
!setup.py
|
||||
!pyproject.toml
|
||||
!src/edgeTTS/__init__.py
|
||||
|
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@ -0,0 +1,6 @@
|
||||
[build-system]
|
||||
requires = [
|
||||
"setuptools >= 35.0.2",
|
||||
"wheel >= 0.29.0",
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
Reference in New Issue
Block a user