]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
setup: a new improved way to create tahoe executables
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Jan 2009 01:07:16 +0000 (18:07 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 29 Jan 2009 01:07:16 +0000 (18:07 -0700)
commit083795ddd6b286d75e398e0bccf5a550f7a93b48
treefaaa87df5644bfa901bd3c29dbfb8118fb0a643d
parent204629be434fcda4b4bd03d3f637992b96f130d6
setup: a new improved way to create tahoe executables
Create the 'tahoe-script.py' file under the 'bin' directory. The 'tahoe-script.py' file is exactly the same as the 'tahoe-script.template' script except that the shebang line is rewritten to use our sys.executable for the interpreter. On Windows, create a tahoe.exe will execute it.  On non-Windows, make a symlink to it from 'tahoe'.  The tahoe.exe will be copied from the setuptools egg's cli.exe and this will work from a zip-safe and non-zip-safe setuptools egg.
bin/tahoe [deleted file]
bin/tahoe-script.template [new file with mode: 0644]
setup.cfg
setup.py