• Thomas Heller's avatar
    Implement PEP250: Use Lib/site-packages under windows. · c010c17f
    Thomas Heller yazdı
    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.
    c010c17f
bdist_wininst.py 32.6 KB