Skip to content

Commit a6315e4

Browse files
author
Jim Bennett
committed
Update setup.py
1 parent c715091 commit a6315e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@
4949
# simple. Or you can use find_packages().
5050
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
5151
# CHANGE `py_modules=['...']` TO `packages=['...']`
52-
packages=find_packages(),
52+
packages=find_packages(include=['circuitpython_customvision', 'circuitpython_customvision.*']),
5353
)

0 commit comments

Comments
 (0)