From a5901ee16a4c024b51a1bc918dd7b11d5c21a897 Mon Sep 17 00:00:00 2001 From: vunhat_minh Date: Mon, 14 Jul 2014 14:07:41 +0900 Subject: [PATCH] fix bug setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2e71d86..5f31061 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires = [ "Pillow", ] if sys.version[0] == "2": - install_requires += "pysqlite" + install_requires += ["pysqlite"] setup(name='rainbowstream', version=version, -- 2.25.1