We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ff7f8 commit 0cdd680Copy full SHA for 0cdd680
2 files changed
CHANGELOG.md
@@ -308,3 +308,6 @@ Change main.c to use OUTPUTTYPE instead of float
308
### Changed
309
- The ISA for the Siracusa platform has been updated from rv32imc_zfinx_xpulpv2 to rv32imf_xpulpv2.
310
- All floating-point comparison tasks in deeploytest.c are now offloaded to Cluster 0 for execution.
311
+
312
+## Small changes
313
+- HOTFIX: Deeploy subdirectories installed when installing Deeploy with pip install
pyproject.toml
@@ -38,5 +38,6 @@ dependencies = [
38
"ninja",
39
"plotly"
40
]
41
-[tool.setuptools]
42
-packages = ['Deeploy']
+[tool.setuptools.packages.find]
+include = ["Deeploy*"]
43
+exclude = ["DeeployTest*"]
0 commit comments