Skip to content

Commit 98998cb

Browse files
committedJul 25, 2018
Fixup some more packaging oddities.
1 parent 8ec6a49 commit 98998cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ def _package_files(directory: str, suffix: str) -> list:
5353
_package_files(os.path.join(here, 'objection/utils/assets'), '.xml') +
5454
[os.path.join(here, 'objection/agent.js')], # Frida agent
5555
},
56-
package_dir={'': 'objection'},
57-
packages=find_packages('objection'),
56+
packages=find_packages(),
5857
install_requires=requirements,
5958
python_requires='>=3.4',
6059
classifiers=[

0 commit comments

Comments
 (0)
Please sign in to comment.