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

setup.py

parent d325d964
No related branches found
No related tags found
No related merge requests found
...@@ -9,19 +9,21 @@ setup(name='CoolAMQP', ...@@ -9,19 +9,21 @@ setup(name='CoolAMQP',
author='DMS Serwis s.c.', author='DMS Serwis s.c.',
author_email='piotrm@smok.co', author_email='piotrm@smok.co',
url='https://github.com/smok-serwis/coolamqp', url='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.12.zip',
keywords=['amqp', 'pyamqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'], keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
packages=[ packages=[
'coolamqp', 'coolamqp',
'coolamqp.backends', 'coolamqp.backends',
'coolamqp.uplink', 'coolamqp.uplink',
'coolamqp.uplink.framing', 'coolamqp.uplink.connection',
'coolamqp.uplink.framing.compilation', 'coolamqp.uplink.listener',
'coolamqp.uplink.streams', 'coolamqp.clustering',
'coolamqp.attaches',
'coolamqp.framing',
'coolamqp.framing.compilation',
], ],
license='MIT License', license='MIT License',
long_description=u'The AMQP client that handles reconnection madness for you', long_description=u'Best-in-class Python AMQP client',
requires=['amqp', 'six', 'monotonic'], requires=['amqp', 'six', 'monotonic'],
tests_require=["nose"], tests_require=["nose"],
test_suite='nose.collector', test_suite='nose.collector',
......
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