Go to the source code of this file.
|
List[str] | make_setuptools_shim_args (str setup_py_path, Optional[Sequence[str]] global_options=None, bool no_user_config=False, bool unbuffered_output=False) |
|
List[str] | make_setuptools_bdist_wheel_args (str setup_py_path, Sequence[str] global_options, Sequence[str] build_options, str destination_dir) |
|
List[str] | make_setuptools_clean_args (str setup_py_path, Sequence[str] global_options) |
|
List[str] | make_setuptools_develop_args (str setup_py_path, *Sequence[str] global_options, bool no_user_config, Optional[str] prefix, Optional[str] home, bool use_user_site) |
|
List[str] | make_setuptools_egg_info_args (str setup_py_path, Optional[str] egg_info_dir, bool no_user_config) |
|