We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d166a98 commit d051174Copy full SHA for d051174
MANIFEST.in
setup.py
@@ -84,7 +84,12 @@
84
85
packages=find_packages(),
86
scripts=['qltool'],
87
- include_package_data=True,
+ package_data={
88
+ 'qiling': ['profiles/*.ql'],
89
+ 'qiling.debugger.gdb': ['xml/*/*'],
90
+ 'qiling.os.uefi': ['guids.csv'],
91
+ 'qiling.arch.evm.analysis': ['signatures.json']
92
+ },
93
install_requires=requirements,
94
extras_require=extras,
95
)
0 commit comments