"Shannon -jj Behrens" <[EMAIL PROTECTED]> writes: > On 2/5/07, Philip Jenvey <[EMAIL PROTECTED]> wrote:
>> Your project's setup.py can call the setup function with a 'scripts' >> argument. These scripts will be installed the the PREFIX/bin/ >> directory. scripts is a standard distutils argument. > Yep, I do this in my application. I don't put them in lib though. I > create a top-level scripts directory. Then I add the following to > setup.py: > scripts=["scripts/myscript.py"], Thanks a bunch, this really helps. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
