Am 13.11.2010 21:08 schrieb Chris McDonough:
See https://github.com/Pylons/pyramid/blob/master/HACKING.txt
Particularly the point "install ``setuptools-git`` into the virtualenv".
Btw, this could be improved by not only setting include_package_data in
setup.py (which needs the source to be in a supported VCS), but also
explicitely setting package_data, e.g.
package_data={'pyramid': [
'includes/*.zcml', 'paster_templates/*/*/*/*/*/*']}
-- ChrisZ
--
You received this message because you are subscribed to the Google Groups
"pylons-devel" group.
To post to this group, send email to pylons-de...@googlegroups.com.
To unsubscribe from this group, send email to
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/pylons-devel?hl=en.