diff --git a/setup.py b/setup.py index ab02421d2b77d8ac5e0ff5e9480c6667762dfc39..0fd9dccc89d1e788ae40cd83d6fe044d15db37ed 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',