From d6c525f7fc326719c58194fb154689074baa1f3a Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Tue, 10 Jan 2017 20:28:00 +0100 Subject: [PATCH] build broken --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ab02421..0fd9dcc 100644 --- a/setup.py +++ b/setup.py @@ -9,11 +9,10 @@ setup(name=u'CoolAMQP', author=u'DMS Serwis s.c.', author_email=u'piotrm@smok.co', url=u'https://github.com/smok-serwis/coolamqp', - download_url='https://github.com/smok-serwis/coolamqp/archive/v0.12.zip', + download_url='https://github.com/smok-serwis/coolamqp/archive/v0.80.zip', keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'], packages=[ 'coolamqp', - 'coolamqp.backends', 'coolamqp.uplink', 'coolamqp.uplink.connection', 'coolamqp.uplink.listener', @@ -36,7 +35,8 @@ Also, handles your reconnects and transactionality THE RIGHT WAY''', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', - 'Operating System :: OS Independent', +# 'Operating System :: OS Independent', epoll :'( + 'Operating System :: POSIX :: Linux', # 'Development Status :: 5 - Production/Stable', 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', -- GitLab