On 19 July 2013 18:28, Paul Moore <p.f.mo...@gmail.com> wrote:
> This is just the metadata. I would assume that the
> console-scripts/gui-scripts entry pointdefinitions in setuptools would be
> extracted and put into the scripts metadata, and any non-script entry points
> would go into exports. The legacy scripts= arguments would also go into
> scripts.
>
> Nick - How would the 2 methods of specifying scripts (legacy name of a
> (potentially platform-specific) file, and setuptools module:function style
> spec requiring wrapper generation) be recorded, under your approach?

As in "we install this script" vs "we need a script wrapper generated
at install time for this"?

Not sure, I hadn't even the idea of letting people register arbitrary
"we install this script". Heck, I haven't even worked out what I want
the format to look like :)

I'll take that into account now, though.

Cheers,
Nick.

--
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to