> > from setuptools import setup, find_packages > > It will be enough to use the method outlined in the distutils > documentation. Setuptools is a third-party library that used to be the > de-facto standard for Python packaging. I don't want to go into detail > why setuptools might not be the best choice for a project...
Good - thanks, all! Those were the exact details I sought to avoid... -- http://mail.python.org/mailman/listinfo/python-list