You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before moving to scikit-build-core, this was the contents of the
`License` field. Putting the entire contents of the license file here
breaks `importlib.metadata.metadata("iminuit")` (see
python/cpython#119650), and isn't needed - the
license file is stored in the wheel already, and the currently only
canonical location for license metadata is the trove classifiers. PEP
639, which is currently provisionally accepted and waiting support in
packaging, PyPI, etc, solves this by supporting SPDX license
expressions. But that's not ready yet.
(This is not critical, but a minor annoyance I hit while debugging)
0 commit comments