build.py: More example scripts are copied to the distribution

This commit is contained in:
gergely.erdelyi 2008-09-28 08:56:48 +00:00
parent 70e5a9a55c
commit e994bd9d11

View File

@ -66,10 +66,12 @@ BINDIST_MANIFEST = [
("idaapi.py", "python"), ("idaapi.py", "python"),
"docs/notes.txt", "docs/notes.txt",
"examples/chooser.py", "examples/chooser.py",
"examples/colours.py",
"examples/debughook.py", "examples/debughook.py",
"examples/ex1.idc", "examples/ex1.idc",
"examples/ex1_idaapi.py", "examples/ex1_idaapi.py",
"examples/ex1_idautils.py" "examples/ex1_idautils.py",
"examples/structure.py",
] ]
# List files for the source distribution (appended to binary list) # List files for the source distribution (appended to binary list)