makefile for disutils pacakge?

Miki Tebeka tebeka at cs.bgu.ac.il
Wed Oct 17 02:47:58 EDT 2001


Hello All,

Is there a 'standard' makefile to ship with a distutils package (./setup.py sdist)?

I'm currently using:
all:
        @echo Please specify one of the following:
        @python setup.py --help-commands | head -18 | tail -17

.DEFAULT:
        python setup.py $@

Thanks.
Miki Tebeka



More information about the Python-list mailing list