From bd8f85b72a7a855bf59ce129ec295bd03bf70049 Mon Sep 17 00:00:00 2001
From: woutdenolf <woutdenolf@users.sf.net>
Date: Sun, 9 Feb 2025 12:24:53 +0100
Subject: [PATCH] add ewoks.bindings entry point

---
 CHANGELOG.md   | 4 ++++
 pyproject.toml | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d949cb..f3a7fff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
 
 ## Unreleased
 
+New features:
+
+- Add `ewoks.bindings` entry point.
+
 ## 1.2.0
 
 - Set `db_options["request_id"]` to the Ewoks job id when missing.
diff --git a/pyproject.toml b/pyproject.toml
index c6a80e4..e5f1f9a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,3 +43,6 @@ where = ["src"]
 
 [tool.coverage.run]
 omit = ['*/tests/*']
+
+[project.entry-points."ewoks.bindings"]
+"ppf" = "ewoksppf.bindings"
-- 
GitLab