Skip to content

Commit

Permalink
Removed legacy NeoPixel shim
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 28, 2018
1 parent 5c8372c commit 60b0348
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion library/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include lib/LICENSE
include version.h
include setup.py
include rpi_ws281x_wrap.c
include neopixel/*.py
include rpi_ws281x/*.py
include README.rst
include CHANGELOG.txt
Expand Down
3 changes: 0 additions & 3 deletions library/neopixel/__init__.py

This file was deleted.

2 changes: 1 addition & 1 deletion library/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):
license = 'MIT',
url = 'https://github.com/rpi-ws281x/rpi-ws281x-python/',
cmdclass = {'build_py':CustomInstallCommand},
packages = ['neopixel', 'rpi_ws281x'],
packages = ['rpi_ws281x'],
ext_modules = [Extension('_rpi_ws281x',
sources=['rpi_ws281x_wrap.c'],
include_dirs=['lib/'],
Expand Down

0 comments on commit 60b0348

Please sign in to comment.