Skip to content

Commit

Permalink
Adds missing packages to reprounzip/setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Nov 6, 2014
1 parent d7d8c58 commit 2a414c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reprounzip/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
req.append('argparse')
setup(name='reprounzip',
version='0.4.1',
packages=['reprounzip', 'reprounzip.unpackers'],
packages=['reprounzip', 'reprounzip.unpackers', 'reprounzip.plugins'],
entry_points={
'console_scripts': [
'reprounzip = reprounzip.main:main'],
Expand Down

0 comments on commit 2a414c2

Please sign in to comment.