mirror of
https://github.com/python/cpython.git
synced 2025-10-27 19:54:38 +00:00
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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bdist.py | ||
| bdist_dumb.py | ||
| bdist_rpm.py | ||
| bdist_wininst.py | ||
| build.py | ||
| build_clib.py | ||
| build_ext.py | ||
| build_py.py | ||
| build_scripts.py | ||
| clean.py | ||
| command_template | ||
| config.py | ||
| install.py | ||
| install_data.py | ||
| install_headers.py | ||
| install_lib.py | ||
| install_scripts.py | ||
| sdist.py | ||