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.
When given specific license type via command line option
--license, the license in classifiers in generatedsetup.pydoes not follow.For example, if we type:
The license in classifiers in
setup.pyisLicense :: OSI Approved :: BSD License.