April 24, 2000
3 p.m.
BTW, has anyone other than me successfully used the "sdist" command, specifically written and processed a MANIFEST.in file, under Windows yet?
Looks like there's a bug in the native_path() function and that's why the forward-slashes in commands like this: include/autotest.py don't get translated into Windows-style paths like this: include\autotest.py I think once you look at the current implementation of native_path() you'll see the problem; but I've attached a patch which I think does what you originally intended there. Hope this helps, Lyle