Skip to content

Commit

Permalink
harpoon data needs to be copied to site-packages too
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubd committed Jan 4, 2018
1 parent 6868299 commit 0d57cde
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Tek',
author_email='[email protected]',
keywords='osint',
include_package_data=True,
dependency_links=[
'git+https://github.com/Te-k/pycrtsh.git@master#egg=0.1#pycrtsh-0.1',
'git+https://github.com/Te-k/pysafe.git@master#egg=pysafe-0.1',
Expand Down Expand Up @@ -43,7 +44,7 @@
license='GPLv3',
packages=['harpoon', 'harpoon.commands', 'harpoon.lib', 'harpoon.data'],
package_dir={'harpoon.lib': 'harpoon/lib'},
package_data={'harpoon.data': ['harpoon/data']},
package_data={'harpoon': ['harpoon/data']},
entry_points= {
'console_scripts': [ 'harpoon=harpoon.main:main' ]
}
Expand Down

0 comments on commit 0d57cde

Please sign in to comment.