From 8ed3cf136db610575c1be16d511d9cb665a306c7 Mon Sep 17 00:00:00 2001 From: dongweiming <6196225@qq.com> Date: Mon, 22 Apr 2013 17:40:12 +0800 Subject: [PATCH] Pygments is not installed, can not use the "-s python" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb9fb52..e4994f3 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ if sys.argv[-1] == 'publish': packages = ['colout'] -requires = [] +requires = ['pygments'] setup( name='colout',