Skip to content

make cython an install time dependency and do not ship .c files in sdist #134

@tacaswell

Description

@tacaswell

The .c files generated by cython are not forward compatible so the current sdist will not install on cpython master (and given the errors, I assume 3.8b4, but I have not tried).

Having a cython dependency when installing from source is not too bad (cython can be pip-installed and you need a compiler either way) and wheels can be used to serve users who need to have no install time dependencies.

This is the opposite request of #4.

Installing from the repository works correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions