[Distutils] Package a project
Paul Moore
p.f.moore at gmail.com
Mon Dec 2 16:32:45 CET 2013
On 2 December 2013 15:28, Imran M Yousuf <imran at smitsol.com> wrote:
> Thanks for the suggestion Paul. Wheel structures exactly as I want it
> to be, but I see it does not generate the entry point scripts; any
> idea how to get them to work?
The scripts should be generated when you install the wheel (with pip
1.5, which will be released soon). OTOH, I thought that wheel put
generated scripts into the wheel file by default (except in version
0.20.0 - do you have the latest version?)
The scripts should be in <wheel file>/<project>.data/scripts - the
wheel install process puts them in the right place (virtualenv/bin or
whatever is appropriate).
Paul
More information about the Distutils-SIG
mailing list