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 -~----------~----~----~----~------~----~------~--~---
