Skip to content

Commit

Permalink
Revert "setup: Do not declare _frida as a package"
Browse files Browse the repository at this point in the history
It seems to be needed for package data to be included.

This reverts commit 25270d4.
  • Loading branch information
oleavr committed May 9, 2024
1 parent 6eeda89 commit ccafc2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ccafc2f

Please sign in to comment.