ajdawson / windspharm

A Python library for spherical harmonic computations on vector winds.
http://ajdawson.github.io/windspharm
MIT License
82 stars 38 forks source link

Python 3 support using setuptools and 2to3 #29

Closed ajdawson closed 10 years ago

ajdawson commented 10 years ago

This PR implements Python3 support using setuptools and 2to3, based on #27. This approach avoids introducing the six dependency of #28 at the expense of moving to setuptools. Setuptools is pretty much standard now anyway so this is probably the preferred solution.

@ocefpaf - this includes your commit so you'll get credit. If you have any comments please feel free, otherwise this PR will be merged and #27 and #28 will be closed.

ocefpaf commented 10 years ago

No comments. Thanks for windspharm (now working on python3!)

ajdawson commented 10 years ago

OK all done, thanks for the idea @ocefpaf!