How to Ship a LICENSE File in a Python Wheel

· Python Developer Tooling Handbook – pydevtools.com · Sept. 17, 2026, 12:10 p.m.
Summary
This post explains the importance of including a LICENSE file in Python wheel packages, details the configuration needed in the pyproject.toml file to ensure the LICENSE file is packaged correctly, and discusses considerations for different build tools.
AUTHOR