At 12:52 PM 3/25/2008 -0400, Oliver Schoenborn wrote:
>I still need to use package_dir:
>
>setup(...
>     packages     = [''],
>     package_dir  = {'': 'src'},
>     ...
>)

That's fine - that layout is fully supported by the 'develop' command.

>How would you do it without package_dir?

If we were replacing the distutils, I'd simply have a "source root" 
option, rather than a dictionary with a magic key.

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to