From 87be026d820ff1ae6964404ec5adb3f5ebca55ca Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 24 Mar 2021 20:48:06 +0100 Subject: [PATCH] Add pyproject.toml for PEP 517 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..b3b2761 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools", "wheel", "bob.extension", "bob.blitz", "bob.core", "bob.io.base", "bob.sp", "bob.math", "bob.learn.activation", "bob.learn.linear"] +build-backend = "setuptools.build_meta" -- GitLab