Pygments is not installed, can not use the "-s python"
This commit is contained in:
parent
b470c81d01
commit
8ed3cf136d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ if sys.argv[-1] == 'publish':
|
|||
|
||||
packages = ['colout']
|
||||
|
||||
requires = []
|
||||
requires = ['pygments']
|
||||
|
||||
setup(
|
||||
name='colout',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue