License in pip repository

In the pip show command, the License information is missing:

python -m pip show plotID
Name: plotID
Version: 0.1.0
Summary: The plotID toolkit supports researchers in tracking and storing relevant data in plots. Plots are labelled with an ID and the corresponding data is stored.
Home-page: https://git.rwth-aachen.de/plotid/plotid_python
Author: Institut Fluidsystemtechnik within nfdi4ing at TU Darmstadt
Author-email: nfdi4ing@fst.tu-darmstadt.de
License:
Location: (...)

I compared another package with Apache License, and it mentions the Version in the metadata:

pip show psautohint
...
License: Apache License, Version 2.0

https://test.pypi.org/project/plotID/
https://test.pypi.org/project/psautohint/

Also I think "Software is not part of the name.

On another note we need to remember to update the package readme along with each Version at least.