Fix python build to include tlb

This commit is contained in:
Dan 2024-05-17 14:36:11 +00:00
parent b5c0490313
commit 868b4797d2
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
graft src

View file

@ -24,3 +24,9 @@ dependencies = [
[project.urls]
"Homepage" = "https://github.com/NationalSecurityAgency/ghidra"
"Bug Tracker" = "https://github.com/NationalSecurityAgency/ghidra/issues"
[tool.setuptools.package-data]
ghidradbg = ["*.tlb"]
[tool.setuptools]
include-package-data = true