[Twisted-web] Re: [Nevow-commits] r5247 - Change package_data so that distutils and setuptools include the athena_private

Tristan Seligmann mithrandi-twisted-web at mithrandi.za.net
Fri Mar 10 07:49:25 CST 2006


* mg at divmod.net <mg at divmod.net> [2006-03-09 09:12:35 -0500]:

> resource correctly.
> 
> Note: the actual package data is the athena_private directory in the nevow
> package, not the files in the non-existant nevow.athena_private package.

> Modified: trunk/Nevow/setupcommon.py
> ==============================================================================
> --- trunk/Nevow/setupcommon.py	(original)
> +++ trunk/Nevow/setupcommon.py	Thu Mar  9 09:12:35 2006
> @@ -17,6 +17,7 @@
>              'freeform-default.css'
>              ],
>          'nevow': [
> +            'athena_private/*',
>              'athena.js',
>              'defer.js',
>              'divmod.js',
> @@ -48,7 +49,4 @@
>              'test_object.js',
>              'testsupport.js',
>              ],
> -        'nevow.athena_private': [
> -            'connection-status-down.png',
> -            ],
>          }
> 

This change does fix setuptools behaviour, but now distutils no longer
works. I gues someone who knows more about distutils and setuptools than
I do needs to figure this one out; I originally added the non-existent
nevow.athena_private package because that was the only way that seemed
to work for distutils. Argh!
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://twistedmatrix.com/pipermail/twisted-web/attachments/20060310/b36e10ba/attachment.pgp


More information about the Twisted-web mailing list