python-webencodings icon indicating copy to clipboard operation
python-webencodings copied to clipboard

LICENSE is not packaged

Open shobsi opened this issue 2 years ago • 1 comments

The installed package does not contain LICENSE file

$ ls lib/python3.10/site-packages/webencodings-0.5.1.dist-info/
DESCRIPTION.rst  INSTALLER  METADATA  metadata.json  RECORD  REQUESTED  top_level.txt  WHEEL

We should probably replace license_file -> license_files in setup.cfg or simply remove that line (since LICENSE is a standard name and should be packaged by default).

shobsi avatar Jun 29 '23 18:06 shobsi