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:
Xu Di 2013-04-22 13:34:06 +08:00
commit 37934e9266
4 changed files with 12 additions and 2 deletions

3
.gitignore vendored
View file

@ -1 +1,4 @@
*.pyc
build/
dist/
colout.egg-info/