Skip to content

Commit

Permalink
nxgdb: include all files to package
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
  • Loading branch information
XuNeo authored and xiaoxiang781216 committed Feb 2, 2025
1 parent 14cc23f commit 698b2e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/pynuttx/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ requires-python = ">=3.8"

[tool.setuptools.package-dir]
nxgdb = "nxgdb"

[tool.setuptools.package-data]
nxgdb = ["nxgdb/*"]

0 comments on commit 698b2e0

Please sign in to comment.