Add pyproject.toml
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user