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 bed5384 commit 82def0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
],

license='GPLv3',
packages=['harpoon', 'harpoon.commands', 'harpoon.lib', 'harpoon.data'],
package_dir={'harpoon.lib': 'harpoon/lib',
'harpoon.data': 'harpoon/data'},
packages=['harpoon', 'harpoon.commands', 'harpoon.lib'],
package_dir={'harpoon.lib': 'harpoon/lib'},
package_data={'harpoon': ['harpoon/data/*.conf']},
entry_points= {
'console_scripts': [ 'harpoon=harpoon.main:main' ]
}
Expand Down

0 comments on commit 82def0d

Please sign in to comment.