Elvelind Grandin wrote:
we need to change- package_data = {'' : ["*.kid", "*.js", "*.html", "*.source", "*.empty"]}, + package_data = {'' : ["*.kid", "*.js", "*.html", "*.source"], 'turbogears' : ["quickstart/projectname/static/*/.empty"]},
Relatedly, I wrote a function for generating package_data more safely: http://svn.pythonpaste.org/Paste/trunk/paste/util/finddata.py It would also allow the removal of lots of __init__.py's. -- Ian Bicking / [EMAIL PROTECTED] / http://blog.ianbicking.org

