Salamek / huawei-lte-api

API For huawei LAN/WAN LTE Modems
GNU Lesser General Public License v3.0
376 stars 92 forks source link

Ship huawei_lte_api.usermanual package too #71

Closed scop closed 4 years ago

scop commented 4 years ago

1.4.9 is broken due to this:

$ python -c "from huawei_lte_api import Client"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File ".../huawei_lte_api/Client.py", line 33, in <module>
    from huawei_lte_api.usermanual.PublicSysResources import PublicSysResources
ModuleNotFoundError: No module named 'huawei_lte_api.usermanual'
Salamek commented 4 years ago

Wow we have hardcoded packages... i usualy use find_packages(exclude=['tests', 'tests.*']), weird... merging

Salamek commented 4 years ago

I just checked git blame and it looks like it was me who created that hard coded definition (who else right) i will migrate it to find_packages... and test it a little if there is a reason why i hard coded it

Salamek commented 4 years ago

Ok fixed version is out and https://github.com/Salamek/huawei-lte-api/commit/bacba6338f112298e3ec67320fde92b450701b76 in master