From 4ba600932b496867651f21699c4fb0ee07fbb81d Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 5 Dec 2018 17:55:09 -0500 Subject: [PATCH] Setup.py update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0520aa6..e1d9a78 100644 --- a/setup.py +++ b/setup.py @@ -60,5 +60,5 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - packages=['adafruit_motorkit'], + py_modules=['adafruit_motorkit'], ) \ No newline at end of file