mirror of
https://github.com/dgelessus/python-rsrcfork.git
synced 2025-08-15 17:27:23 +00:00
Add pyproject.toml with PEP 517/PEP 518 metadata
This commit is contained in:
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = [
|
||||||
|
"setuptools >= 43.0.0",
|
||||||
|
"wheel >= 0.32.0",
|
||||||
|
]
|
||||||
|
build-backend = "setuptools.build_meta"
|
Reference in New Issue
Block a user