kmc2 icon indicating copy to clipboard operation
kmc2 copied to clipboard

update setup.py to use cythonize instead of generated .c file

Open mneilly opened this issue 4 years ago • 0 comments

This change modifies setup.py to use Cythonize instead of the generated .c file which was generated for Python 2 and wouldn't work with Python 3.

This worked for me to address #6

mneilly avatar Oct 11 '21 15:10 mneilly