From d8c0a4ae9baa9d30b481417321c49e5b9854a197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Sun, 29 May 2016 13:48:41 +0200 Subject: [PATCH] whitespaces because --- README.md | 5 +++++ setup.py | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a3763b..383fbfc 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,8 @@ You only need to remember that: 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. + + +todo +---- +* Allow binding queues with exchanges with a routing_key \ No newline at end of file diff --git a/setup.py b/setup.py index 42a0b4e..1bf86e0 100644 --- a/setup.py +++ b/setup.py @@ -3,10 +3,13 @@ from distutils.core import setup setup(name='CoolAMQP', - version='0.1rc0', + 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', 'coolamqp.backends'], + install_requires=[ + "amqp" + ] ) \ No newline at end of file -- GitLab