leejjoon / pywcsgrid2

astromonical fits image for python matplotlib
http://leejjoon.github.com/pywcsgrid2/
MIT License
25 stars 13 forks source link

Migrate from Distribute to Setuptools #16

Closed lpsinger closed 10 years ago

lpsinger commented 10 years ago

Distribute was a fork of Setuptools, but the two have now merged into Setuptools (since version 0.7). This patch replaces the old Distribute bootstrap script distribute_setup.py with the latest Setuptools bootstrap script ez_setup.py.

On systems with the new Setuptools, the build would fail with the follwing error message:

ValueError: A 0.7-series setuptools cannot be installed with
distribute. Found one at /usr/lib/python2.7/site-packages

The new bootstrap script fixes this.