From 4248f998bcc8dd47cabc85eac7542550e3486fca Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 23 Jun 2020 15:30:36 -0700 Subject: [PATCH] Fixed setup to work with folders --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2a138f..8426f8d 100644 --- a/setup.py +++ b/setup.py @@ -47,5 +47,6 @@ setup( keywords="adafruit blinka circuitpython micropython displayio lcd tft display pitft", # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - py_modules=["displayio", "fontio", "terminalio"], + py_modules=["fontio", "terminalio"], + packages=["displayio"] ) -- 2.49.0