darothen / py-mie

Python wrapper for Mie theory libraries used in aerosol radiative calculations
MIT License
12 stars 7 forks source link

updated version number and fixed install problem with support for set… #5

Closed dhhagan closed 7 years ago

dhhagan commented 7 years ago

…uptools install

darothen commented 7 years ago

This breaks all the builds on Travis, because f2py is needed to compile the Fortran sources. That's why I originally used Extension from numpy.distutils (see here) instead of the more standard setuptools configuration. Everything else in this PR looks great; can you remove the change from numpy.distutils to setuptools and update the pull request? As long as that builds, we can merge it immediately.

Then, we should re-open #4 and come up with a better solution. It may just be on your end... here's an older build on Travis that shows it working for Python 3.5.