When given specific license type via command line option --license, the license in classifiers in generated setup.py does not follow.
For example, if we type:
$ make python-module foo license=mit
The license in classifiers in setup.py is License :: OSI Approved :: BSD License.