Skip to content

Commit 1db962e

Browse files
authored
Merge pull request #22 from dhalbert/pypi-packages
Fix pypi install
2 parents 4ca25f1 + df83258 commit 1db962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@
4848
keywords="adafruit ble bluefruit bluetooth micropython circuitpython",
4949
# You can just specify the packages manually here if your project is
5050
# simple. Or you can use find_packages().
51-
py_modules=["adafruit_bluefruit_connect"],
51+
packages=["adafruit_bluefruit_connect"],
5252
)

0 commit comments

Comments
 (0)