packages, not py_packages

This commit is contained in:
Dan Halbert 2020-06-24 09:14:51 -04:00
parent 6ae038b32b
commit df83258866

View file

@ -48,5 +48,5 @@ setup(
keywords="adafruit ble bluefruit bluetooth micropython circuitpython",
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
py_packages=["adafruit_bluefruit_connect"],
packages=["adafruit_bluefruit_connect"],
)