Skip to content

Commit 60b0348

Browse files
committed
Removed legacy NeoPixel shim
1 parent 5c8372c commit 60b0348

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

library/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ include lib/LICENSE
44
include version.h
55
include setup.py
66
include rpi_ws281x_wrap.c
7-
include neopixel/*.py
87
include rpi_ws281x/*.py
98
include README.rst
109
include CHANGELOG.txt

library/neopixel/__init__.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

library/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run(self):
2525
license = 'MIT',
2626
url = 'https://github.com/rpi-ws281x/rpi-ws281x-python/',
2727
cmdclass = {'build_py':CustomInstallCommand},
28-
packages = ['neopixel', 'rpi_ws281x'],
28+
packages = ['rpi_ws281x'],
2929
ext_modules = [Extension('_rpi_ws281x',
3030
sources=['rpi_ws281x_wrap.c'],
3131
include_dirs=['lib/'],

0 commit comments

Comments
 (0)