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. #9

Closed cjrh closed 9 years ago

cjrh commented 9 years ago

NOTE: Setuptools requires Python >= 2.6. If PyDAS must support 2.5 then extra handling will be required.

By changing to setuptools, it becomes possible to build wheels via python setup.py build_wheel I have tested making wheels on Python 2.7.9.