From da228dd76c5e3c2ddb0d5046b5b03aa4eea56f50 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Mon, 28 Nov 2011 14:07:12 +0100 Subject: [PATCH] Fix casing. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5060220..47b1b51 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( license='BSD', author='Vincent Driessen', author_email='vincent@3rdcloud.com', - description='rq is a simple, lightweight, library for creating background ' + description='RQ is a simple, lightweight, library for creating background ' 'jobs, and processing them.', long_description=__doc__, packages=['rq'],