Include compiled .so
files in package distribution
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 16s
Test with tox / Test with tox (3.11) (pull_request) Successful in 33s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.11) (pull_request) Successful in 48s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
All checks were successful
Build Sphinx Docs Set / Build Docs (pull_request) Successful in 16s
Test with tox / Test with tox (3.11) (pull_request) Successful in 33s
Test with tox / Test with tox (3.12) (pull_request) Successful in 30s
Test with tox / Test with tox (3.10) (pull_request) Successful in 42s
Build Project / Build Project (3.11) (pull_request) Successful in 48s
Build Project / Build Project (3.10) (pull_request) Successful in 51s
Build Project / Build Project (3.12) (pull_request) Successful in 48s
This commit is contained in:
parent
7288c3cfcd
commit
de2d783a3f
|
@ -51,6 +51,9 @@ dependencies = [
|
||||||
packages = [
|
packages = [
|
||||||
{ include = "ria_toolkit_oss", from = "src" }
|
{ include = "ria_toolkit_oss", from = "src" }
|
||||||
]
|
]
|
||||||
|
include = [
|
||||||
|
"**/*.so", # Required for Nuitkaification
|
||||||
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
@ -69,7 +72,7 @@ sphinx-autobuild = "^2024.2.4"
|
||||||
flake8 = "^7.1.0"
|
flake8 = "^7.1.0"
|
||||||
black = "^24.3.0"
|
black = "^24.3.0"
|
||||||
isort = "^5.13.2"
|
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]
|
[tool.poetry.urls]
|
||||||
"Qoherent" = "https://qoherent.ai/"
|
"Qoherent" = "https://qoherent.ai/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user