diff --git a/setup.py b/setup.py index 4a4dd917..9b3df11f 100644 --- a/setup.py +++ b/setup.py @@ -33,6 +33,6 @@ setup( author = "Manuel Ebert", author_email = "manuel.ebert@upf.edu", license = "MIT", - keywords = "journal todo todo.txt jrnl", + keywords = "journal todo todo.txt jrnl".split(), url = "http://maebert.github.com/jrnl", # project home page, if any ) \ No newline at end of file