mirror of
https://github.com/frida/frida-python
synced 2026-06-08 14:16:17 +00:00
Revert "setup: Do not declare _frida as a package"
It seems to be needed for package data to be included.
This reverts commit 25270d43dd.
This commit is contained in:
@@ -50,7 +50,7 @@ def main():
|
||||
"Topic :: Software Development :: Debuggers",
|
||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
],
|
||||
packages=["frida"],
|
||||
packages=["frida", "frida._frida"],
|
||||
package_data={"frida": ["py.typed"], "frida._frida": ["py.typed", "__init__.pyi"]},
|
||||
ext_modules=[
|
||||
Extension(
|
||||
|
||||
Reference in New Issue
Block a user