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=dad601f39cef94cdb7c48caac91d66df49ff83cb;p=pgwui_develop keywords are a list --- diff --git a/setup.py b/setup.py index c355185..9e6b62f 100644 --- a/setup.py +++ b/setup.py @@ -111,10 +111,10 @@ setup( ], # What does your project relate to? - keywords=( + keywords=[ 'PGWUI', 'testing', - ), + ], # You can just specify the packages manually here if your project is # simple. Or you can use find_packages().