On behalf of the Distribute team, I am pleased to announce the 0.6.7 release of Distribute.
Distribute is a fork of the Setuptools project, and the 0.6.x series a drop-in replacement for Setuptools. Distribute is intended to replace Setuptools as the standard method for working with Python module distributions, on the top of Distutils. This release is as usual, availabe at PyPI: http://pypi.python.org/pypi/distribute Most noticeable changes in 0.6.7 are: - now the develop command supports the --user option, so it can use the per-user site packages (PEP 370) - the generated scripts now wrap their call to the script entry point in the standard "if name == 'main'" - better errors handling in PackageIndex when files and pages are visited by easy_install - a virtualenv-compatible version, so the next virtualenv release will be able to provide a --distribute option. You can visit http://pypi.python.org/pypi/distribute#id2 for a full CHANGES list. We are now starting the 0.6.8 work in parallel of 0.7.x development, with more bugfixes coming up. More info: - documentation : http://packages.python.org/distribute - tracker: http://bitbucket.org/tarek/distribute/issues/ Regards Tarek -- Tarek Ziadé | http://ziade.org | オープンソースはすごい! | 开源传万世,因有你参与 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/