SubsystemssetuptoolsVersion: 2.6 (deprecated)On this pagesetuptools The Python setuptools library (https://github.com/pypa/setuptools). Backend: `` Config section: [setuptools] Basic optionsNoneAdvanced optionsextra_requirements--setuptools-extra-requirements="['<str>', '<str>', ...]"PANTS_SETUPTOOLS_EXTRA_REQUIREMENTSpants.toml[setuptools]extra_requirements = [ '<str>', '<str>', ...,]default: [ "wheel>=0.35.1,<0.37" ]Any additional requirement strings to use with the tool. This is useful if the tool allows you to install plugins or if you need to constrain a dependency to a certain version.version--setuptools-version=<str>PANTS_SETUPTOOLS_VERSIONpants.toml[setuptools]version = <str>default: setuptools>=50.3.0,<57.0Requirement string for the tool.Deprecated optionsNoneRelated subsystemsNone