martinzink commented on code in PR #2145:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2145#discussion_r2999197585
##########
behave_framework/pyproject.toml:
##########
@@ -15,4 +15,7 @@ dependencies = [
[tool.setuptools]
package-dir = {"" = "src"}
-packages = ["minifi_test_framework"]
+
+[tool.setuptools.packages.find]
+where = ["src"]
+include = ["minifi_test_framework*"]
Review Comment:
good eye, this will probably get merged first (since #2146 is built upon
#2133 and that's needs more reviews) so I'll fix it there
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]