mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Fix python build to include tlb
This commit is contained in:
parent
b5c0490313
commit
868b4797d2
3 changed files with 8 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
graft src
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue