From e0a96ce2a875349dd8ea1c9dfe33203c6a47a24d Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Tue, 10 Jan 2017 03:47:12 +0100
Subject: [PATCH] setup.py

---
 setup.py | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/setup.py b/setup.py
index c438ee9..dfb116e 100644
--- a/setup.py
+++ b/setup.py
@@ -9,19 +9,21 @@ setup(name='CoolAMQP',
       author='DMS Serwis s.c.',
       author_email='piotrm@smok.co',
       url='https://github.com/smok-serwis/coolamqp',
-      download_url='https://github.com/smok-serwis/coolamqp/archive/v0.12.zip',
-      keywords=['amqp', 'pyamqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
+#      download_url='https://github.com/smok-serwis/coolamqp/archive/v0.12.zip',
+      keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
       packages=[
           'coolamqp',
           'coolamqp.backends',
           'coolamqp.uplink',
-          'coolamqp.uplink.framing',
-          'coolamqp.uplink.framing.compilation',
-          'coolamqp.uplink.streams',
-
+          'coolamqp.uplink.connection',
+          'coolamqp.uplink.listener',
+          'coolamqp.clustering',
+          'coolamqp.attaches',
+          'coolamqp.framing',
+          'coolamqp.framing.compilation',
       ],
       license='MIT License',
-      long_description=u'The AMQP client that handles reconnection madness for you',
+      long_description=u'Best-in-class Python AMQP client',
       requires=['amqp', 'six', 'monotonic'],
       tests_require=["nose"],
       test_suite='nose.collector',
-- 
GitLab