From 58958b7d52d373086b51404d73ede5f048a5af41 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Tue, 10 Jan 2017 20:28:54 +0100
Subject: [PATCH] nah I wrote something

---
 MANIFEST | 43 +++++++++++++++++++++++++++++++++++--------
 1 file changed, 35 insertions(+), 8 deletions(-)

diff --git a/MANIFEST b/MANIFEST
index fab2abd..312ca28 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2,11 +2,38 @@
 setup.cfg
 setup.py
 coolamqp\__init__.py
-coolamqp\cluster.py
-coolamqp\events.py
-coolamqp\handler.py
-coolamqp\messages.py
-coolamqp\orders.py
-coolamqp\backends\__init__.py
-coolamqp\backends\base.py
-coolamqp\backends\pyamqp.py
+coolamqp\exceptions.py
+coolamqp\objects.py
+coolamqp\attaches\__init__.py
+coolamqp\attaches\agroup.py
+coolamqp\attaches\channeler.py
+coolamqp\attaches\consumer.py
+coolamqp\attaches\publisher.py
+coolamqp\attaches\utils.py
+coolamqp\clustering\__init__.py
+coolamqp\clustering\cluster.py
+coolamqp\clustering\events.py
+coolamqp\clustering\single.py
+coolamqp\framing\__init__.py
+coolamqp\framing\base.py
+coolamqp\framing\definitions.py
+coolamqp\framing\field_table.py
+coolamqp\framing\frames.py
+coolamqp\framing\compilation\__init__.py
+coolamqp\framing\compilation\compile_definitions.py
+coolamqp\framing\compilation\content_property.py
+coolamqp\framing\compilation\textcode_fields.py
+coolamqp\framing\compilation\utilities.py
+coolamqp\uplink\__init__.py
+coolamqp\uplink\handshake.py
+coolamqp\uplink\heartbeat.py
+coolamqp\uplink\connection\__init__.py
+coolamqp\uplink\connection\connection.py
+coolamqp\uplink\connection\recv_framer.py
+coolamqp\uplink\connection\send_framer.py
+coolamqp\uplink\connection\states.py
+coolamqp\uplink\connection\watches.py
+coolamqp\uplink\listener\__init__.py
+coolamqp\uplink\listener\epoll_listener.py
+coolamqp\uplink\listener\socket.py
+coolamqp\uplink\listener\thread.py
-- 
GitLab