It would be good to include the license file in `sdist`s or wheels on PyPI and any other packages. This can be done by adding a [`MANIFEST.in` with a line like this]( https://github.com/pypa/sampleproject/blob/cbabca3f3f54a6e053e231d4cc89a46550049107/MANIFEST.in#L4-L5 ) and a [`setup.cfg` with this line]( https://github.com/pypa/sampleproject/blob/cbabca3f3f54a6e053e231d4cc89a46550049107/setup.cfg#L1-L4 ).