Christopher Arndt wrote: > percious schrieb: >> 2) set up the Hg repo, and provide good documentation about how to use >> the repository. > > Have you tested whether all the setuptools machinery works properly with > mercurial? AFAIK, the "include_package_data" setup() option only works > with CVS & SVN by default. Don't know if any TW widget uses this, but > this should be checked. Also, what about including "ez_setup.py" as a > repo external?
TW and tw.forms use an adapted version of TG's "find_package_data" function which searches the tree for static resources to include them in the manifest so this works around that limitation. Including ez_setup.py as a repo. external is not supported by Hg AFAIK but it doesn't suppose much of a limitation IMHO since it can be imported directly and updated manually. Alberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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/turbogears-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
