This commit is contained in:
John Anderson 2013-06-03 00:18:02 +08:00
commit e868b738ff
2 changed files with 2 additions and 2 deletions

2
README
View file

@ -2,7 +2,7 @@ Colout
-----
Colout is Color text streams with this simple commandinja 2 and good
intentions. And before you ask: It's BSD licensed!
intentions.
SYNOPSIS
````````````

View file

@ -48,7 +48,7 @@ setup(
scripts=['bin/colout'],
include_package_data=True,
install_requires=requires,
license="GPL 3",
license="GPL-3",
classifiers = filter(None, classifiers.split("\n")),
zip_safe=False,
)