comparison setup.py @ 14:1358e3314c88

Updated version to 0.4 which includes two new backends: redisd and zenqueued.
author mcroydon
date Wed, 20 May 2009 19:39:37 +0000
parents 3b0011cd18aa
children 9e41be2e6776
comparison
equal deleted inserted replaced
13:e09cc844ff10 14:1358e3314c88
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 2
3 from distutils.core import setup 3 from distutils.core import setup
4 4
5 setup(name='queues', 5 setup(name='queues',
6 version='0.3', 6 version='0.4',
7 description='A lowest-common-denominator API for interacting with lightweight queue services.', 7 description='A lowest-common-denominator API for interacting with lightweight queue services.',
8 author='Matt Croydon', 8 author='Matt Croydon',
9 author_email='mcroydon@gmail.com', 9 author_email='mcroydon@gmail.com',
10 url='http://code.google.com/p/queues/', 10 url='http://code.google.com/p/queues/',
11 packages=['queues', 'queues.backends'], 11 packages=['queues', 'queues.backends'],