diff options
Diffstat (limited to 'third_party/python/jsonschema/pyproject.toml')
-rw-r--r-- | third_party/python/jsonschema/pyproject.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/python/jsonschema/pyproject.toml b/third_party/python/jsonschema/pyproject.toml new file mode 100644 index 0000000000..8fac02e398 --- /dev/null +++ b/third_party/python/jsonschema/pyproject.toml @@ -0,0 +1,8 @@ +[build-system] +requires = [ + # The minimum setuptools version is specific to the PEP 517 backend, + # and may be stricter than the version required in `setup.py` + "setuptools>=40.6.0", + "wheel", +] +build-backend = "setuptools.build_meta" |