Update
This commit is contained in:
parent
55d09b2858
commit
e868b738ff
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
|
@ -2,7 +2,7 @@ Colout
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Colout is Color text streams with this simple commandinja 2 and good
|
Colout is Color text streams with this simple commandinja 2 and good
|
||||||
intentions. And before you ask: It's BSD licensed!
|
intentions.
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
````````````
|
````````````
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -48,7 +48,7 @@ setup(
|
||||||
scripts=['bin/colout'],
|
scripts=['bin/colout'],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=requires,
|
install_requires=requires,
|
||||||
license="GPL 3",
|
license="GPL-3",
|
||||||
classifiers = filter(None, classifiers.split("\n")),
|
classifiers = filter(None, classifiers.split("\n")),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue