comparison setup.py @ 27:336011507f75

Added dummy backend to MANIFEST. Released 0.6.2.
author mcroydon
date Tue, 31 May 2011 17:36:47 +0000
parents a8dd8994636f
children
comparison
equal deleted inserted replaced
26:a8dd8994636f 27:336011507f75
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.6.1', 6 version='0.6.2',
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'],