Skip to main content
Version: 2.3.x (deprecated)

setuptools


The Python setuptools library (https://github.com/pypa/setuptools).

Backend: pants.core

Config section: [setuptools]

Basic options

None

Advanced options

version

--setuptools-version=<str>
PANTS_SETUPTOOLS_VERSION
default: setuptools>=50.3.0,<54.0

Requirement string for the tool.

extra_requirements

--setuptools-extra-requirements="['<str>', '<str>', ...]"
PANTS_SETUPTOOLS_EXTRA_REQUIREMENTS
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.

Deprecated options

entry_point

--setuptools-entry-point=<str>
PANTS_SETUPTOOLS_ENTRY_POINT
default: None

DEPRECATED: Unused.

interpreter_constraints

--setuptools-interpreter-constraints="['<str>', '<str>', ...]"
PANTS_SETUPTOOLS_INTERPRETER_CONSTRAINTS
default: []

DEPRECATED: Python interpreter constraints to use when selecting an interpreter to package python_distribution targets using setup.py.