nxgdb: include all files to package

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu 2025-02-01 12:34:44 +08:00 committed by Xiang Xiao
parent 14cc23f42a
commit 698b2e00e6

View file

@ -20,3 +20,6 @@ requires-python = ">=3.8"
[tool.setuptools.package-dir]
nxgdb = "nxgdb"
[tool.setuptools.package-data]
nxgdb = ["nxgdb/*"]