diff --git a/README b/README index bff5af3..9d51126 100644 --- a/README +++ b/README @@ -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 ```````````` diff --git a/setup.py b/setup.py index 1e208a8..cd9b398 100644 --- a/setup.py +++ b/setup.py @@ -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, )