8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
if you try to install with pip it complains that gevent_core/core.c is missing.
following patch is fixing that:
--- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst recursive-include examples *py +recursive-include gevent_zeromq *.c