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 a3b4c39 commit 7b751aaCopy full SHA for 7b751aa
setup.py
@@ -54,5 +54,5 @@
54
# simple. Or you can use find_packages().
55
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
56
# CHANGE `py_modules=['...']` TO `packages=['...']`
57
- packages=find_packages(include=["adafruit_mcp2515", "adafruit_mcp2515.*"]),
+ packages=["adafruit_mcp2515", "adafruit_mcp2515.canio"],
58
)
0 commit comments