colout/colout.py uses python3, whereas it really needs python2,
also add requirement in setup, makes it auto-install requirement package.
This commit is contained in:
parent
b470c81d01
commit
37934e9266
4 changed files with 12 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
#encoding: utf-8
|
||||
|
||||
# Color Up Arbitrary Command Ouput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue