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

setup docs fixed

parent eb7163a7
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,6 @@ from coolamqp import __version__
setup(keywords=['amqp', 'rabbitmq', 'client', 'network', 'ha', 'high availability'],
version=__version__,
packages=find_packages(include=['coolamqp', 'coolamqp.*']),
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, though somewhat opinionated''',
install_requires=['six', 'monotonic', 'futures', 'typing'],
# per coverage version for codeclimate-reporter
tests_require=["nose2", "coverage", "nose2[coverage_plugin]"],
......
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