Skip to content
Snippets Groups Projects
Commit d6c525f7 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

build broken

parent 1141edf6
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment