On Jan 23, 2008 10:12 AM, Peter Koppatz <[EMAIL PROTECTED]> wrote: > What has changed between 1.7.0 and 1.7.2? > > ls -al | wc -l > > 1.7.0 --> 76 > 1.7. 2 --> 47 > there are no *-txt , *.zcml anymore!
Someone must have built the release tarball from a fresh SVN export; setup.py does not include txt and zcml files and such by default when building a release tarball, while a development egg would include those. In other words, the maintainer of z3c.form (and I mean YOU, Stephan) should add a MANIFEST.in with the lines "global-include *.txt" and "global-include *.zcml" in it and re-roll the release. -- Martijn Pieters _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users