build — Easy Playground
PEP 517 frontend: build sdists and wheels
Getting started with buildRun locally
Install
pip install buildPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: build)
build is a third-party package. PEP 517 frontend: build sdists and wheels. Install with: pip install build
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?