We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec6a49 commit 98998cbCopy full SHA for 98998cb
setup.py
@@ -53,8 +53,7 @@ def _package_files(directory: str, suffix: str) -> list:
53
_package_files(os.path.join(here, 'objection/utils/assets'), '.xml') +
54
[os.path.join(here, 'objection/agent.js')], # Frida agent
55
},
56
- package_dir={'': 'objection'},
57
- packages=find_packages('objection'),
+ packages=find_packages(),
58
install_requires=requirements,
59
python_requires='>=3.4',
60
classifiers=[
0 commit comments