Packaging legacy Fortran in Python. Is it OK to use setuptools and numpy.distutils?

This seems to work but I have questions. Is it generally good practice to mix setuptools and numpy.distribute? Does the order I import them matter? Should I always import setuptools first? Is there an official up-to-date tutorial for packaging extensions to numpy? Perhaps even one with some discussion Fortran extensions? You should not need to … Read more