Pygments is not installed, can not use the "-s python"

This commit is contained in:
dongweiming 2013-04-22 17:40:12 +08:00
commit 8ed3cf136d

View file

@ -16,7 +16,7 @@ if sys.argv[-1] == 'publish':
packages = ['colout']
requires = []
requires = ['pygments']
setup(
name='colout',