Skip to content

Commit

Permalink
Correct implementation of pkgutil style namespace (#156)
Browse files Browse the repository at this point in the history
* Correct implementation of pkgutil style namespace

See corresponding PR to luma.core - rm-hull/luma.core#145
Original issue and explanation - rm-hull/luma.core#144

* Update CONTRIBUTING.rst
  • Loading branch information
Gadgetoid authored and rm-hull committed Jul 25, 2018
1 parent 12ee1d0 commit 8b9323d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ Contributors
* Tero Korpela (@terokorp)
* Qinkang Huang (@pokebox)
* Shawn Woodford (@swoodford)
* Phil Howard (@gadgetoid)
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 8b9323d

Please sign in to comment.