I'v added a patch that adds and uses ians finddata function.

Ian. will submit this as a patch for setuptools?

On 10/6/05, Ian Bicking <[EMAIL PROTECTED]> wrote:
>
> 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
>


--
cheers
    elvelind grandin

Reply via email to