From b60eadf76f92d7f8878fcbec6de7ab6ea4572a89 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Fri, 3 Dec 2021 12:31:30 +0100 Subject: Add initial Python wheel support --- wrappers/python/pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wrappers/python/pyproject.toml (limited to 'wrappers/python/pyproject.toml') diff --git a/wrappers/python/pyproject.toml b/wrappers/python/pyproject.toml new file mode 100644 index 0000000..44836bb --- /dev/null +++ b/wrappers/python/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = [ + "setuptools", + "wheel", +] +build-backend = "setuptools.build_meta" -- cgit v1.2.3