From 7d73f2cf2d4871dc7e11def5b03402bb6a475d96 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Wed, 28 Nov 2018 13:36:19 -0500 Subject: [PATCH] string space fix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35cf67e..aea7002 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ ], # What does your project relate to? - keywords='adafruit contactless ir thermometer temperature tmp007' + keywords='adafruit contactless ir thermometer temperature tmp007 ' 'hardware micropython circuitpython', # You can just specify the packages manually here if your project is