We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8372c commit 60b0348Copy full SHA for 60b0348
library/MANIFEST.in
@@ -4,7 +4,6 @@ include lib/LICENSE
4
include version.h
5
include setup.py
6
include rpi_ws281x_wrap.c
7
-include neopixel/*.py
8
include rpi_ws281x/*.py
9
include README.rst
10
include CHANGELOG.txt
library/neopixel/__init__.py
library/setup.py
@@ -25,7 +25,7 @@ def run(self):
25
license = 'MIT',
26
url = 'https://github.com/rpi-ws281x/rpi-ws281x-python/',
27
cmdclass = {'build_py':CustomInstallCommand},
28
- packages = ['neopixel', 'rpi_ws281x'],
+ packages = ['rpi_ws281x'],
29
ext_modules = [Extension('_rpi_ws281x',
30
sources=['rpi_ws281x_wrap.c'],
31
include_dirs=['lib/'],
0 commit comments