jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

Please add the license to the sdist #33

Closed jayvdb closed 5 years ago

jayvdb commented 5 years ago

For the next release, could you please add the LICENSE to the sdist uploaded to PyPI . That helps packagers to add it to distros.

Typically this is done by creating a MANIFEST.in, with rules for which files to include and which to exclude.

However I believe in the next release it can also be done by configuring setuptools a little. See https://github.com/pypa/setuptools/issues/1636