7
@brief Setuptools configuration for redis client
15
'description' : 'Python client for Redis key-value store',
16
'long_description' : 'Python client for Redis key-value store',
17
'url': 'http://github.com/andymccurdy/redis-py',
18
'download_url' : 'http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%s.tar.gz' % version,
19
'author' : 'Andy McCurdy',
20
'author_email' : 'sedrik@gmail.com',
21
'maintainer' : 'Andy McCurdy',
22
'maintainer_email' : 'sedrik@gmail.com',
23
'keywords' : ['Redis', 'key-value store'],
25
'packages' : ['redis'],
26
'test_suite' : 'tests.all_tests',
28
'Development Status :: 4 - Beta',
29
'Environment :: Console',
30
'Intended Audience :: Developers',
31
'License :: OSI Approved :: MIT License',
32
'Operating System :: OS Independent',
33
'Programming Language :: Python'],
37
from setuptools import setup
39
from distutils.core import setup