Fixed typo in MANIFEST.in that pointed to wrong readme file
Removed opt-in for setuptools and for package dependencies. Package dependencies should be installed by default. Pip have the option --no-deps that should be used if you do not want to install any dependencies
Add missing dependency pyzmq that was not installed by default.
Added long_description so it can be rendered in pypi
No need to test_suite variable because there is no tests yet
Improvments for setup.py
MANIFEST.in
that pointed to wrong readme file--no-deps
that should be used if you do not want to install any dependenciespyzmq
that was not installed by default.long_description
so it can be rendered in pypitest_suite
variable because there is no tests yet