Re: [Distutils] Eggs not picking up some files

2007-05-25 Thread David Pratt
Hi Raphael. Indeed, I exported my sources instead of checking them out of svn so it did not add the files to the egg since they were no longer under version control. Many thanks for pointing this out. Regards, David Raphael Ritz wrote: > David Pratt schrieb: >> I've got sort of a strange issue

Re: [Distutils] Eggs not picking up some files

2007-05-25 Thread Raphael Ritz
David Pratt schrieb: > I've got sort of a strange issue with eggs for distribution to pypi. I > am using the following command to create a egg and send it to pypi and > it is omitting my .zcml files from the egg somehow. > > I export the source from svn and then run: > > python setup.py registe