fixed comma in setup.py

This commit is contained in:
John Dickinson 2010-07-12 17:35:06 -05:00
parent 001407b969
commit 3e8a508d4c

View File

@ -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'],