Skip to content

Commit 0cdd680

Browse files
authored
HOTFIX: Find all subdirectories of Deeploy when installing with pip install (pulp-platform#70)
1 parent 83ff7f8 commit 0cdd680

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,3 +308,6 @@ Change main.c to use OUTPUTTYPE instead of float
308308
### Changed
309309
- The ISA for the Siracusa platform has been updated from rv32imc_zfinx_xpulpv2 to rv32imf_xpulpv2.
310310
- 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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,6 @@ dependencies = [
3838
"ninja",
3939
"plotly"
4040
]
41-
[tool.setuptools]
42-
packages = ['Deeploy']
41+
[tool.setuptools.packages.find]
42+
include = ["Deeploy*"]
43+
exclude = ["DeeployTest*"]

0 commit comments

Comments
 (0)