From 3e8a508d4c37fd4003f4d1d98a368e4a5ea52460 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Mon, 12 Jul 2010 17:35:06 -0500 Subject: [PATCH] fixed comma in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3622960963..14d911b6c6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='swift', version='1.0.0-1', description='Swift', - license='Apache License (2.0)' + license='Apache License (2.0)', author='OpenStack, LLC.', url='https://launchpad.net/swift', packages=['swift', 'swift.common'],