From de2d783a3f1658b4bd8df8ca4495078e46934af8 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 19 Sep 2025 14:16:03 -0400 Subject: [PATCH] Include compiled `.so` files in package distribution --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1ccea1..594b724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,6 +51,9 @@ dependencies = [ packages = [ { include = "ria_toolkit_oss", from = "src" } ] +include = [ + "**/*.so", # Required for Nuitkaification +] [build-system] requires = ["poetry-core>=1.0.0"] @@ -69,7 +72,7 @@ sphinx-autobuild = "^2024.2.4" flake8 = "^7.1.0" black = "^24.3.0" isort = "^5.13.2" -pylint = "^3.2.6" # pyreverse to automate the creation of UML diagrams +pylint = "^3.2.6" # For pyreverse, to automate the creation of UML diagrams [tool.poetry.urls] "Qoherent" = "https://qoherent.ai/"