From 05ed650e518e4ab66691c2faa6573e5924607608 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 11 Dec 2019 10:08:25 -0600 Subject: [PATCH] keywords are a list --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7b36a20..5bfadb0 100644 --- a/setup.py +++ b/setup.py @@ -113,7 +113,7 @@ setup( ], # What does your project relate to? - keywords=( + keywords=[ 'batch', 'batch upload', 'bulk', @@ -133,7 +133,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(). -- 2.34.1