keywords are a list
authorKarl O. Pinc <kop@karlpinc.com>
Wed, 11 Dec 2019 16:08:25 +0000 (10:08 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Wed, 11 Dec 2019 16:08:25 +0000 (10:08 -0600)
setup.py

index e96ff09debea432e5071d0d542b931ad979e3613..67847198666cb98121fe054daf40d54acce41fe6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -121,7 +121,7 @@ setup(
     ],
 
     # What does your project relate to?
-    keywords=(
+    keywords=[
         'batch',
         'batch upload',
         'batch validation',
@@ -146,7 +146,7 @@ setup(
         'user interface',
         'web',
         'web front end',
-    ),
+    ],
 
     # You can just specify the packages manually here if your project is
     # simple. Or you can use find_packages().