makefile for distutils setup.py

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


Hello All,

I there a 'standard' makefile to ship with a distutils archive?


I'm currently using (which is ugly):

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

.DEFAULT:
        python setup.py $@

--

Bye.
----------------------------------------------------------------------------
-
Smile, damn it, smile.

lambda msg: {
        'name' : 'Miki Tebeka',
        'email' : 'mikit at elrontelesoft.com',
        'url' : 'http://www.cs.bgu.ac.il/~tebeka',
        'quote' : 'The only difference between children and adults is the
price of the toys'
}[msg]






More information about the Python-list mailing list