From e868b738fffb524c2a3624f8d1236e3389ceb67c Mon Sep 17 00:00:00 2001 From: John Anderson Date: Mon, 3 Jun 2013 00:18:02 +0800 Subject: [PATCH] Update --- README | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, )