Skip to content

Commit

Permalink
Correct implementation of pkgutil style namespace
Browse files Browse the repository at this point in the history
See corresponding PR to luma.core - rm-hull/luma.core#145
Original issue and explanation - rm-hull/luma.core#144
  • Loading branch information
Gadgetoid authored Jul 25, 2018
1 parent 12ee1d0 commit 2d28b83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ def find_version(*file_paths):
keywords=["raspberry pi", "rpi", "led", "max7219", "matrix", "seven segment", "7 segment", "neopixel", "ws2812", "ws281x"],
url="https://github.com/rm-hull/luma.led_matrix",
download_url="https://github.com/rm-hull/luma.led_matrix/tarball/" + version,
namespace_packages=["luma"],
packages=["luma.led_matrix"],
packages=["luma", "luma.led_matrix"],
install_requires=["luma.core>=1.2.1"],
setup_requires=pytest_runner,
tests_require=test_deps,
Expand Down

0 comments on commit 2d28b83

Please sign in to comment.