Licenses mismatch in setup.py
The package license is specified in two places in setup.py
:
- in the
classifiers
, and - in the
license
,
both keywords to setuptools.setup()
. As of v2.4.0 these mismatch, patch incoming.
The package license is specified in two places in setup.py
:
classifiers
, andlicense
,both keywords to setuptools.setup()
. As of v2.4.0 these mismatch, patch incoming.