jwallen / PyDAS

A Python wrapper for the DASSL, DASPK, and DASKR differential algebraic system solvers
47 stars 8 forks source link

Change from distutils to setuptools. #10

Closed jwallen closed 9 years ago

jwallen commented 9 years ago

I've made a tweak that keeps distutils as an option for systems that don't/can't have setuptools. This should preserve Python<=2.5 support while also enabling the building of wheels.