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 c715091 commit a6315e4Copy full SHA for a6315e4
setup.py
@@ -49,5 +49,5 @@
49
# simple. Or you can use find_packages().
50
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
51
# CHANGE `py_modules=['...']` TO `packages=['...']`
52
- packages=find_packages(),
+ packages=find_packages(include=['circuitpython_customvision', 'circuitpython_customvision.*']),
53
)
0 commit comments