setup.py: do not replace shebang lines in python scripts
commit544032b2d65cd0acbb85156247627baf4086807f
authorDavid Aguilar <davvid@gmail.com>
Mon, 15 Sep 2008 09:34:12 +0000 (15 02:34 -0700)
committerDavid Aguilar <davvid@gmail.com>
Mon, 15 Sep 2008 09:34:12 +0000 (15 02:34 -0700)
tree5816acc55660df67d8b23caf821f86e1b5e1e9e5
parenta25ee8fb600a2ced71214e0a443d4dc6248486dc
setup.py: do not replace shebang lines in python scripts

The '#!/usr/bin/env python' is good enough so we can make setup()
leave it alone by changing the regex it uses when searching for shebangs.

Signed-off-by: David Aguilar <davvid@gmail.com>
setup.py