Skip to content

Commit

Permalink
bcc/remote: setup.py: Add remote to setup for packaging
Browse files Browse the repository at this point in the history
Signed-off-by: Jazel Canseco <jcanseco@google.com>
  • Loading branch information
jcanseco committed Apr 19, 2018
1 parent 20f0ff9 commit e1412fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/setup.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ setup(name='bcc',
author='Brenden Blanco',
author_email='bblanco@plumgrid.com',
url='https://github.com/iovisor/bcc',
packages=['bcc'],
packages=['bcc', 'bcc.remote'],
platforms=['Linux'])

0 comments on commit e1412fb

Please sign in to comment.