setuptools — Easy Playground
Build system and distribution tools (setup.py, setup.cfg)
Getting started with setuptoolsRun locally
Install
pip install setuptoolsPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: setuptools)
setuptools is a third-party package. Build system and distribution tools (setup.py, setup.cfg). Install with: pip install setuptools
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?