fixed comma in setup.py
This commit is contained in:
parent
001407b969
commit
3e8a508d4c
2
setup.py
2
setup.py
@ -20,7 +20,7 @@ setup(
|
|||||||
name='swift',
|
name='swift',
|
||||||
version='1.0.0-1',
|
version='1.0.0-1',
|
||||||
description='Swift',
|
description='Swift',
|
||||||
license='Apache License (2.0)'
|
license='Apache License (2.0)',
|
||||||
author='OpenStack, LLC.',
|
author='OpenStack, LLC.',
|
||||||
url='https://launchpad.net/swift',
|
url='https://launchpad.net/swift',
|
||||||
packages=['swift', 'swift.common'],
|
packages=['swift', 'swift.common'],
|
||||||
|
Loading…
Reference in New Issue
Block a user