Mercurial > public > queues
comparison setup.py @ 3:c6b79a60b3f1
Add test module to setup.py.
author | mcroydon |
---|---|
date | Thu, 08 Jan 2009 07:59:00 +0000 |
parents | 32222d11961f |
children | e0bff9c3f12f |
comparison
equal
deleted
inserted
replaced
2:4a8876e38944 | 3:c6b79a60b3f1 |
---|---|
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://postneo.com', # TODO: Fixme | 10 url='http://postneo.com', # TODO: Fixme |
11 packages=['queues', 'queues.backends'], | 11 packages=['queues', 'queues.backends'], |
12 py_modules=['test'], | |
12 package_dir={'queues': 'queues'}, | 13 package_dir={'queues': 'queues'}, |
13 ) | 14 ) |