Previously Maurits van Rees wrote: > Wichert Akkerman, on 2008-05-29: > > Previously Philipp von Weitershausen wrote: > >> >But personally I like having it inside the "main" > >> >folder, so in your example above it would be > >> >incf.applications/incf/applications/HISTORY.txt > >> > >> There's some benefit to that because it'll be part of the egg. > > > > You probably want to use a MANIFEST.in anyway and that can easily be > > used to include everything in doc/ or other places. > > A 'python setup.py sdist' will include the docs directory, as long as > it is in subversion (and has at least one file in it).
And when someone installs from that sdist and there is no MANIFEST.in you suddenly end up with installs which are missing data files, zcml files or other things. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cmf See http://collector.zope.org/CMF for bug reports and feature requests