(sorry for having forgotten to CC the list the first time)

> On 2/11/2009 6:34 PM, David Cournapeau wrote:

>> The way I did was similar to what we do in numpy, that is setup.py is
>> still using distutils by default, but if you call setupegg.py, you get
>> the setuptools feature set. The changes to pywin32 sources are minimal
>> (<  20 lines), and none of the changes should affect current users.

I attached the patch to this email.

The only test I have done is that python setupegg.py and setup.py
install generate the same tree (and that the produced egg is working).
I am not very familiar with pywin32, so if there is a formal test
suite to run, let me know,

cheers,

David

Attachment: eggify.patch
Description: Binary data

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to