From b40cde2ed4b56279c67d9cc19ada9e167221ced3 Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Mon, 2 Jul 2018 16:02:52 -0600 Subject: [PATCH] Revert "setup.py: replace packages with py_modules" This reverts commit 2e9bccd4a2c1f5609c75e6f8a6fd4d16affb318e. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4c0730..6424e46 100644 --- a/setup.py +++ b/setup.py @@ -58,5 +58,5 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - py_modules=['adafruit_ads1x15'], + packages=['adafruit_ads1x15'], )