March 25, 2008
5:22 p.m.
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.