This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author higery
Recipients alexis, ceder, eric.araujo, fdrake, higery, mhammond, tarek, tim.golden, vinay.sajip
Date 2011-07-22.14:48:40
SpamBayes Score 0.00034938345
Marked as misclassified No
Message-id <CAHGir+H9dMueOAA58Pa2QyFD8N9d50p_7HKoQTxotq+oRtkbhg@mail.gmail.com>
In-reply-to <CAHGir+GF9JrL1KruzuYqxSza0xCcFqGJJ-kwEO=V0JEV1eRgTA@mail.gmail.com>
Content
>>In your Mercurial configuration file, you should set the git option so that diffs can display editions to binary files.  See http://hgtip.com/tips/beginner/2009-10-22-always-use-git-diffs/

Thanks.

>>The new scripts feature should reuse the already existing scripts field, in the files section.

But they have different string syntax, old scripts field just uses a
path string as a valid value, eg. 'demo/script.py', while our
wrapper-scripts field uses a kind of '=' separated value, eg.
'hello=demo.script.main'.

>>Looks like a great start!  As I said in private email, have a look at the distribute fork of setuptools to see if they have tests for these features.

OK.

2011/7/22, higery <shoulderhigher@gmail.com>:
>>>packaging.errors.PackagingOptionError: your specific entry
>>> 'script1=foo.bar.main1.main' does not exist!
>
>
> I think you did not get the latest version of my code.
>
History
Date User Action Args
2011-07-22 14:48:41higerysetrecipients: + higery, mhammond, fdrake, vinay.sajip, ceder, tim.golden, tarek, eric.araujo, alexis
2011-07-22 14:48:40higerylinkissue12394 messages
2011-07-22 14:48:40higerycreate