From eb5358688f307fc9cdce75b5c976c128c049fbf6 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 7a2dcbb..1b1d4d5 100644 --- 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(). -- 2.34.1