SDR Package #3

Merged
michael merged 22 commits from sdr into main 2025-10-03 13:34:25 -04:00
Showing only changes of commit 0b595e19e8 - Show all commits

View File

@ -52,6 +52,9 @@ dependencies = [
packages = [
{ include = "ria_toolkit_oss", from = "src" }
]
include = [
"**/*.so", # Required for Nuitkaification
]
[build-system]
requires = ["poetry-core>=1.0.0"]
@ -70,7 +73,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/"