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 7a2dcbb38a2a5d72f3fe0c93df5d7c5c242425aa..1b1d4d50aeebd0739889ebd5e5dd781301340ae8 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -109,7 +109,7 @@ setup(
     ],
 
     # What does your project relate to?
-    keywords=(
+    keywords=[
         'batch',
         'batch upload',
         'batch validation',
@@ -139,7 +139,7 @@ setup(
         'web development',
         'web framework',
         'web user interface',
-    ),
+    ],
 
     # You can just specify the packages manually here if your project is
     # simple. Or you can use find_packages().