voltron wrote: > Ahh, I misunderstood you, what does using SVN have do do with > distutils? Thats what lead me to the idea that there was a Pylons > version that supported the packaging of these folders better.
Setuptools can add files to your distribution based on their presence in your version control system. Distutils forces you (and Setuptools allows you) to explicitly list all files in package_data. -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org | Write code, do good | http://topp.openplans.org/careers --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
