uhd/host/python
Samuel O'Brien 83ff556a54 python: Fix pyuhd to include subpackages
Originally, the setup.py file for pyuhd listed only one package

	packages=['uhd']

the setuptools docs: https://setuptools.readthedocs.io/en/latest/setuptools.html#using-find-packages
specify that this should also include subpackages, i.e uhd.dsp,
uhd.usrp, etc. Currently, when packaging libpyuhd, we are not including
the subpackages, and then when you run `import uhd`, it fails because
uhd.usrp and uhd.dsp don't exist.

This commit alleviates this issue by using setuptools.find_packages like
the docs recommend.

Signed-off-by: Samuel O'Brien <sam.obrien@ni.com>
2020-08-04 07:43:48 -05:00
..
uhd utils: Use absolute paths in image builder build() 2020-07-31 14:32:54 -05:00
CMakeLists.txt Remove remaining Python 2 references 2020-05-07 15:10:41 -05:00
pyuhd.cpp python: Add siggen RFNoC block controller bindings 2020-07-30 13:03:16 -05:00
setup.py.in python: Fix pyuhd to include subpackages 2020-08-04 07:43:48 -05:00