Mercurial > public > queues
view setup.py @ 35:9805eefcb58c
Forgot return
author | btimby |
---|---|
date | Sun, 20 May 2012 01:08:16 +0000 |
parents | 336011507f75 |
children |
line wrap: on
line source
#!/usr/bin/env python from distutils.core import setup setup(name='queues', version='0.6.2', description='A lowest-common-denominator API for interacting with lightweight queue services.', author='Matt Croydon', author_email='mcroydon@gmail.com', url='http://code.google.com/p/queues/', packages=['queues', 'queues.backends'], py_modules=['test'], package_dir={'queues': 'queues'}, )