The project license is currently not available in the package metadata on pypi. I think that you need to add the following to your setup.py file: ```python setuptools.setup( license='MIT' ) ``` Thanks for maintaining this library!