On Jan 29, 2008 2:29 PM, Peter Stahlir <[EMAIL PROTECTED]> wrote: > I want to install a python program at /usr/bin, for example /usr/bin/foo, > where > foo is a python script (and no, I don't want a foo.py).
dist_bin_SCRIPTS = foo Or, if your script is actually preprocessed from some other source: bin_SCRIPTS = foo EXTRA_DIST = foo.in