Skip to content
Snippets Groups Projects
Commit a5a138ca authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixing stuff

parent 78a0bbf8
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@ You only need to remember that:
2. CoolAMQP will tell you when it senses losing broker connection.
* It will also tell you when it regains the connection (that means that everything is redefined).
3. Delivering messages multiple times may happen.
* Ensure you know when it happens. Keywords: message acknowledgement, amqp specification
As the project is in it's infancy stages, but actively maintained and used in a commercial project,
if you need a feature - just drop me a note or create a new issue here.
......@@ -3,10 +3,10 @@
from distutils.core import setup
setup(name='CoolAMQP',
version='1.0',
version='0.1',
description='The AMQP client library',
author=u'Piotr Maślanka',
author_email='piotrm@smok.co',
url='https://github.com/piotrmaslanka/coolamqp',
packages=['coolamqp'],
packages=['coolamqp', 'coolamqp.backends'],
)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment