diff --git a/setup.py b/setup.py index b94f667..e60db09 100644 --- a/setup.py +++ b/setup.py @@ -48,5 +48,5 @@ "wifi", # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - packages=["adafruit_adafruit_io"], + packages=["adafruit_io"], )