I guess what I'm looking for is something like this:
The bdist command has a --formats option, similar to the sdist
command, which you can use to select the types of built distribution
to generate: for example,
python setup.py bdist --format=zip
would, when run on a Unix system, create
Distutils-1.0.plat.zip--again, this archive would be unpacked from the
root directory to install the Distutils.
Bill
_______________________________________________
pylucene-dev mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/pylucene-dev