From 1dcc2c6e4df5bc68c0929218f35ec3c7555efba1 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 24 Mar 2021 20:48:14 +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..9e77145
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,3 @@
+[build-system]
+requires = ["setuptools", "wheel", "bob.extension", "bob.blitz", "bob.core", "numpy"]
+build-backend = "setuptools.build_meta"
-- 
GitLab