summaryrefslogtreecommitdiff
path: root/devel/py-jschema-to-python/files/patch-pyproject.toml
blob: 26155b0a1182938e3834ed338b72ae817a95b7d2 (plain) (blame)
1
2
3
4
5
6
--- pyproject.toml.orig	1970-01-01 00:00:00 UTC
+++ pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["wheel", "setuptools"]
+build-backend = "setuptools.build_meta"