• Thomas Heller's avatar
    Implement PEP250: Use Lib/site-packages under windows. · 7666fc79
    Thomas Heller authored
    bdist_wininst doesn't use the NT SCHEME any more, instead
    a custom SCHEME is used, which is exchanged at installation
    time, depending on the python version used.
    
    Avoid a bogus warning frpom install_lib about installing
    into a directory not on sys.path.
    7666fc79
bdist_wininst.py 32.6 KB