adafruit / Adafruit_CircuitPython_LSM6DS

CircuitPython helper library for the LSM6DS family of motion sensors from ST
MIT License
25 stars 21 forks source link

Update setup.py #27

Closed walchko closed 4 years ago

walchko commented 4 years ago

fix setup.py by changing py_modules to packages

walchko commented 4 years ago

in reference to this issue.

I also highlighted some other small issues here in the discussion. This pull doesn't address them.

FoamyGuy commented 4 years ago

I tested these changes out locally on a Raspberry Pi and pip3 install does seem to work correctly for me with this version.

FoamyGuy commented 4 years ago

@walchko thanks for pointing this out and submitting a fix! The updated version looks to be live on PyPi now. You should be able to install it from there and have the import work now I believe.