Go to the source code of this file.
Namespaces | |
| namespace | setup | 
Variables | |
| string | setup.author = 'Andy McCurdy' | 
| string | setup.author_email = 'sedrik@gmail.com' | 
| list | setup.classifiers | 
| string | setup.description = 'Python client for Redis key-value store' | 
| tuple | setup.download_url | 
| tuple | setup.f = open(os.path.join(os.path.dirname(__file__), 'README.md')) | 
| list | setup.keywords = ['Redis', 'key-value store'] | 
| string | setup.license = 'MIT' | 
| tuple | setup.long_description = f.read() | 
| string | setup.maintainer = 'Andy McCurdy' | 
| string | setup.maintainer_email = 'sedrik@gmail.com' | 
| string | setup.name = 'redis' | 
| list | setup.packages = ['redis'] | 
| string | setup.test_suite = 'tests.all_tests' | 
| string | setup.url = 'http://github.com/andymccurdy/redis-py' | 
| setup.version = __version__, | |