Fix setup.py
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
5c74ba0438
commit
2c3a1133c3
11
setup.py
Executable file → Normal file
11
setup.py
Executable file → Normal file
@ -18,10 +18,13 @@ from setuptools import setup
|
|||||||
import swift3
|
import swift3
|
||||||
|
|
||||||
|
|
||||||
setup(name='swift3', version=swift3.version,
|
setup(name='swift3',
|
||||||
description='Swift StaticWeb Middleware', author='OpenStack, LLC.',
|
version=swift3.version,
|
||||||
|
description='Swift AmazonS3 API emulation Middleware',
|
||||||
|
author='OpenStack, LLC.',
|
||||||
author_email='openstack@lists.launchpad.net',
|
author_email='openstack@lists.launchpad.net',
|
||||||
url='https://github.com/fujita/swift3',
|
url='https://github.com/fujita/swift3',
|
||||||
packages=['swift3'], requires=['swift(>=1.4)'],
|
packages=['swift3'],
|
||||||
|
requires=['swift(>=1.4)'],
|
||||||
entry_points={'paste.filter_factory':
|
entry_points={'paste.filter_factory':
|
||||||
['middleware=swift3.middleware:filter_factory']})
|
['swift3=swift3.middleware:filter_factory']})
|
||||||
|
Loading…
Reference in New Issue
Block a user