Re: Static file in egg file

2011-06-20 Thread RVince
Michael, Thank you. There is a MANIFEST.in file, the contents are: include edigate/config/deployment.ini_tmpl recursive-include edigate/public * recursive-include edigate/templates * -RVince On Jun 20, 1:24 pm, Michael Merickel wrote: > You need to create a MANIFEST.in file or use one of the SC

Re: Static file in egg file

2011-06-20 Thread Michael Merickel
You need to create a MANIFEST.in file or use one of the SCM plugins for setuptools like setuptools-git which will automatically package files that are under version control. -- Michael -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post

Static file in egg file

2011-06-20 Thread RVince
We have a pylons project where we just added a file edigate/public/ javascript/edigate.js This file shows up properly in the list in edigate.egg-info/ SOURCES.txt, and in edigate/edigate/public/javascript I see the file there. Why would the file NOT appear in my egg file ? (we are invoking bdist_