From bc99a8805ee74ab4bf56791d83a8c3201a5f3a9a Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Thu, 21 Mar 2024 15:46:51 +0100
Subject: [PATCH] cmeelify

---
 pyproject.toml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/pyproject.toml b/pyproject.toml
index 5d7bf33d..48631bc7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,2 +1,20 @@
+[build-system]
+build-backend = "cmeel.build"
+requires = [
+  "cmeel-boost ~= 1.83.0",
+  "cmeel[build]",
+  "hpp-core[build]"
+]
+
+[project]
+dependencies = [
+  "cmeel-boost ~= 1.83.0",
+  "hpp-core"
+]
+description = "Classes for manipulation planning."
+license = "BSD-2-Clause"
+name = "hpp-manipulation"
+version = "5.0.0"
+
 [tool.isort]
 profile = "black"
-- 
GitLab