[Chandler-dev] Re: EggResourceManager ready for review

Phillip J. Eby pje at telecommunity.com
Fri Jul 28 16:17:31 PDT 2006


At 12:30 PM 7/28/2006 -1000, Brian Kirsch wrote:
>Hello,
>The ResourceManager-EggPlugin which will form the basis for localizations and
>resource loading in our projects and hopefully for the Python community as 
>a whole
>is complete (minus some minor documentation updates).
>
>I have attached the Egg project as a zip file

Hi Brian, could you make this a standard Python source distribution instead 
of just zipping up your work area?  There are an awful lot of extraneous 
files (like a .swp, and others) in there, plus duplications.

Just run "RunPython setup.py sdist" which will build a .tar.gz or .zip file 
in your dist/ directory.  Then just distribute that file.

Also, if you would put your proposal as a README.txt file alongside your 
setup.py, then it will be included in the sdist, making one nice compact 
distribution file.

Thanks.



More information about the chandler-dev mailing list