From a3de81134b8ddbc09599b884c0111f5c588eb063 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 e96ff09..6784719 100644 --- 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(). -- 2.34.1