aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/setup.py.in
diff options
context:
space:
mode:
authorAndrej Rode <andrej.rode@ettus.com>2017-03-21 19:46:50 -0700
committerMartin Braun <martin.braun@ettus.com>2017-12-22 15:03:44 -0800
commitef6326a174e6880be5e2eaeac26a2c5de0768807 (patch)
treec949545e02390745c3a373e657bcf2404e62e191 /mpm/python/setup.py.in
parentb29246a9e2d7ed1e03e44cfc6804615fcfa5a5d8 (diff)
downloaduhd-ef6326a174e6880be5e2eaeac26a2c5de0768807.tar.gz
uhd-ef6326a174e6880be5e2eaeac26a2c5de0768807.tar.bz2
uhd-ef6326a174e6880be5e2eaeac26a2c5de0768807.zip
mpm: python refactoring
Diffstat (limited to 'mpm/python/setup.py.in')
-rwxr-xr-xmpm/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/python/setup.py.in b/mpm/python/setup.py.in
index ad41eb480..2a63d14aa 100755
--- a/mpm/python/setup.py.in
+++ b/mpm/python/setup.py.in
@@ -38,7 +38,7 @@ setup(name='usrp_mpm',
package_dir={ '': '${CMAKE_CURRENT_BINARY_DIR}' },
package_data={"usrp_mpm": ["*.so"]},
zip_safe=False,
- packages=['usrp_mpm'],
+ packages=['usrp_mpm', 'usrp_mpm.periph_manager', 'usrp_mpm.dboard_manager'],
install_requires=[
'numpy'
])