kmc2
kmc2 copied to clipboard
update setup.py to use cythonize instead of generated .c file
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