Skip to content

Commit 08e8881

Browse files
committed
update packages
1 parent 9e2b1aa commit 08e8881

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
@@ -60,5 +60,5 @@
6060
# simple. Or you can use find_packages().
6161
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
6262
# CHANGE `py_modules=['...']` TO `packages=['...']`
63-
py_modules=['adafruit_esp32spi'],
63+
packages=['adafruit_esp32spi/adafruit_esp32spi.py', 'adafruit_esp32spi/adafruit_esp32spi_requests.py', 'adafruit_esp32spi/adafruit_socket.py'],
6464
)

0 commit comments

Comments
 (0)