From 4fcf2b9cae2bf917776821eb16fe07ba2e14dca9 Mon Sep 17 00:00:00 2001
From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl>
Date: Sat, 18 Mar 2017 00:04:16 +0100
Subject: [PATCH] :>?

---
 MANIFEST.in | 3 +++
 setup.py    | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 create mode 100644 MANIFEST.in

diff --git a/MANIFEST.in b/MANIFEST.in
new file mode 100644
index 0000000..0385206
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,3 @@
+include LICENSE
+include README.md
+include requirements.txt
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 19bdec4..1fea7ea 100644
--- a/setup.py
+++ b/setup.py
@@ -24,8 +24,8 @@ setup(name=u'CoolAMQP',
       license=u'MIT License',
       long_description=u'''Pure Python AMQP client, but with dynamic class generation and memoryviews FOR THE GODSPEED.
 
-Also, handles your reconnects and transactionality THE RIGHT WAY''',
-      requires=['six', 'monotonic', 'futures'],
+Also, handles your reconnects and transactionality THE RIGHT WAY, though somewhat opinionated''',
+      install_requires=['six', 'monotonic', 'futures'],
       tests_require=["nose", 'coverage', 'codeclimate-test-reporter'],
       test_suite='nose.collector',
       classifiers=[
-- 
GitLab