ryanjoneil / python-zibopt

Automatically exported from code.google.com/p/python-zibopt
2 stars 1 forks source link

get rid of setuptools #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
setuptools is out of date and scary.  We should switch to a more accepted build 
and test stack.  Something along the lines of:

distuils
tox (for testing)
pip
virtualenv

Original issue reported on code.google.com by ryanjoneil on 29 Jun 2011 at 3:27

GoogleCodeExporter commented 9 years ago
On second thought, let's leave this be for now.  Distribute (which is 
supposedly the winner du jour of the packaging wars?) will have the same 
interface as setuptools, and nothing else quite gives us the same unit testing 
convenience yet.

Original comment by ryanjoneil on 13 Dec 2011 at 8:15