This is an automated email from the ASF dual-hosted git repository.

martinzink pushed a commit to branch apache-rusty
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git


The following commit(s) were added to refs/heads/apache-rusty by this push:
     new d6b304883 fix pyproject.toml
d6b304883 is described below

commit d6b304883ab20bbda5f280024e56a43ee09ec079
Author: Martin Zink <[email protected]>
AuthorDate: Wed Mar 4 18:07:30 2026 +0100

    fix pyproject.toml
---
 behave_framework/pyproject.toml                      | 5 ++++-
 behave_framework/src/minifi_behave/core/__init__.py  | 0
 behave_framework/src/minifi_behave/steps/__init__.py | 0
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/behave_framework/pyproject.toml b/behave_framework/pyproject.toml
index 7a6c35769..878bb2b5e 100644
--- a/behave_framework/pyproject.toml
+++ b/behave_framework/pyproject.toml
@@ -14,4 +14,7 @@ dependencies = [
 
 [tool.setuptools]
 package-dir = {"" = "src"}
-packages = ["minifi_behave"]
+
+[tool.setuptools.packages.find]
+where = ["src"]
+include = ["minifi_behave*"] # Wildcards are only supported here
diff --git a/behave_framework/src/minifi_behave/core/__init__.py 
b/behave_framework/src/minifi_behave/core/__init__.py
new file mode 100644
index 000000000..e69de29bb
diff --git a/behave_framework/src/minifi_behave/steps/__init__.py 
b/behave_framework/src/minifi_behave/steps/__init__.py
new file mode 100644
index 000000000..e69de29bb

Reply via email to