8000 core.c is missing when installing from pypi · Issue #9 · tmc/gevent-zeromq · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
core.c is missing when installing from pypi #9
Closed
@benoitc

Description

@benoitc

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0