hagberg / planarity

Planar graph algorithms
Other
39 stars 11 forks source link

Allow install from sdist without Cython installed #8

Closed arcondello closed 6 years ago

arcondello commented 6 years ago

See Cython's documentation.

Built source distributions now include the intermediate planarity/planarity.c file. This means that when building from the sdist (as when downloading from pypi) the user does not need cython installed. If Cython is previously installed then it is used to rebuild the file.

Cython will still be required to build the sdist.