Interesting. Just lats night I checked in some changes to setup.py that seemed to handle templates better. Could you look at the setup.py in tip and let me know how it works for you & if it should be modified based on the setup_requires option you mentioned?
Thanks, Chris On Thu, Jul 23, 2009 at 3:38 PM, C <[email protected]> wrote: > > This was annoying me so I read through the setuptools docs today. > > By default setuptools only knows about CVS and SVN managed projects > for when include_package_data == True. > > Reverting to the setup.py from SVN and adding > setup_requires = [ 'hg.setuptools' ], > > to the call to setup() > appears to get static and templates back into the egg. > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
