mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
9706e4be99
So we only have one top-level package, to avoid confusing IDEs. Also add missing files to the Meson build system.
9 lines
144 B
Meson
9 lines
144 B
Meson
subdir('_frida')
|
|
|
|
py_sources = [
|
|
'__init__.py',
|
|
'core.py',
|
|
'py.typed',
|
|
]
|
|
python.install_sources(py_sources, subdir: 'frida', pure: false)
|