PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.54k stars 1.03k forks source link

Provide metadata for package #281

Open stefan6419846 opened 1 year ago

stefan6419846 commented 1 year ago

At the moment, both the long description and especially the license details are not being shipped with the package itself.

While the long description enhances the output on PyPI, the license details make it easier to attribute the package when using it.