From: Karl O. Pinc Date: Wed, 11 Dec 2019 16:08:25 +0000 (-0600) Subject: keywords are a list X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=eb5358688f307fc9cdce75b5c976c128c049fbf6;p=pgwui_core keywords are a list --- 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().