From 0c93061a90fccd9f0b9730a5c662dfa3f2befc66 Mon Sep 17 00:00:00 2001 From: Manuel Ebert Date: Mon, 16 Apr 2012 14:21:10 +0200 Subject: [PATCH] Keywords separated --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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