Q: standard makefile for distutils package?

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


Hello All,

Is there a standard makefile to ship with a distutils created 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 $@

--

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]


--

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