setuptools

Package — PackagingPython 3.7+Intermediate

Build system and distribution tools (setup.py, setup.cfg)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (usually pre-installed with Python)
Install
pip install setuptools

Learn by Difficulty

Quick Example

python
# Install: pip install setuptools
import setuptools

# Basic setuptools usage
print(f"Using setuptools")
# See documentation for detailed examples

setuptools is a third-party package. Build system and distribution tools (setup.py, setup.cfg). Install with: pip install setuptools

Try in Playground

Tags

packagepackagingdistributionbuild