forked from TrueCloudLab/s3-tests
fix proper author of library
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
This commit is contained in:
parent
9ce8b69cc9
commit
41e230be8f
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -6,8 +6,8 @@ setup(
|
||||||
version='0.0.1',
|
version='0.0.1',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
|
||||||
author='Tommi Virtanen',
|
author='Red Hat Storage',
|
||||||
author_email='tommi.virtanen@dreamhost.com',
|
author_email='ceph-qa@ceph.com',
|
||||||
description='Unofficial Amazon AWS S3 compatibility tests',
|
description='Unofficial Amazon AWS S3 compatibility tests',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
keywords='s3 web testing',
|
keywords='s3 web testing',
|
||||||
|
|
Loading…
Reference in a new issue