From a5a138cae15b2df3c57207c2de85032c4e181cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sat, 28 May 2016 01:42:22 +0200 Subject: [PATCH] fixing stuff --- README.md | 1 + setup.py | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f97896..0a3763b 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index d70b452..a33ce82 100644 --- a/setup.py +++ b/setup.py @@ -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 -- GitLab