[Distutils] Package a project

2013-12-02 Thread Imran M Yousuf
Hi, I am new to setuptools. I am using it to build and package a project of mine. Currently if I execute `python setup.py bdist` it generates a tarball with all files located in paths './abs/path/to/project/bin/[entry points]' and './abs/path/to/project/lib/python-2.7/site-packages/[rest of the

Re: [Distutils] Package a project

2013-12-02 Thread Paul Moore
On 2 December 2013 15:28, Imran M Yousuf im...@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

Re: [Distutils] Package a project

2013-12-02 Thread Imran M Yousuf
Damn me! Thanks Paul, yes the script does have it in the data folder. Thank you, Imran On Mon, Dec 2, 2013 at 9:32 PM, Paul Moore p.f.mo...@gmail.com wrote: On 2 December 2013 15:28, Imran M Yousuf im...@smitsol.com wrote: Thanks for the suggestion Paul. Wheel structures exactly as I want it

Re: [Distutils] Package a project

2013-12-02 Thread Imran M Yousuf
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? Thank you, Imran On Mon, Dec 2, 2013 at 7:59 PM, Paul Moore p.f.mo...@gmail.com wrote: On 2 December 2013 07:53, Imran M Yousuf

Re: [Distutils] Package a project

2013-12-02 Thread Nick Coghlan
On 3 Dec 2013 02:01, Imran M Yousuf im...@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? Those are platform dependent, so the installer generates them at