Skip to content

Commit

Permalink
Fix python build to include tlb
Browse files Browse the repository at this point in the history
  • Loading branch information
nsadeveloper789 committed May 17, 2024
1 parent b5c0490 commit 868b479
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Ghidra/Debug/Debugger-agent-dbgeng/certification.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Module.manifest||GHIDRA||||END|
data/debugger-launchers/local-dbgeng.bat||GHIDRA||||END|
data/debugger-launchers/local-ttd.bat||GHIDRA||||END|
src/main/py/LICENSE||GHIDRA||||END|
src/main/py/MANIFEST.in||GHIDRA||||END|
src/main/py/README.md||GHIDRA||||END|
src/main/py/pyproject.toml||GHIDRA||||END|
src/main/py/src/ghidradbg/dbgmodel/DbgModel.idl||GHIDRA||||END|
Expand Down
1 change: 1 addition & 0 deletions Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
graft src
6 changes: 6 additions & 0 deletions Ghidra/Debug/Debugger-agent-dbgeng/src/main/py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 868b479

Please sign in to comment.