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 <[email protected]>
  • Loading branch information
jcanseco committed Apr 10, 2018
1 parent 545679c commit 242e749
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='[email protected]',
url='https://github.com/iovisor/bcc',
packages=['bcc'],
packages=['bcc', 'bcc.remote'],
platforms=['Linux'])

0 comments on commit 242e749

Please sign in to comment.