Goalssetup-pyVersion: 2.0.x (deprecated)On this pagesetup-py pants setup-py [args] Deprecated in favor of the package goal. Backend: pants.core Config section: [setup-py] Basic optionsargs--setup-py-args="[<shell_str>, <shell_str>, ...]", ... -- [<shell_str> [<shell_str> [...]]]PANTS_SETUP_PY_ARGSdefault: []Arguments to pass directly to setup.py, e.g. --setup-py-args='bdist_wheel --python-tag py36.py37'. If unspecified, Pants will dump the setup.py chroot.transitive--[no-]setup-py-transitivePANTS_SETUP_PY_TRANSITIVEdefault: FalseIf specified, will run the setup.py command recursively on all exported targets that the specified targets depend on, in dependency order.Advanced optionsNoneDeprecated optionsNoneRelated subsystems download-pex-bin grpc_python_plugin pex protoc python-infer python-native-code python-protobuf python-repos python-setup setup-py-generation setuptools source subprocess-environment