License classifiers are deprecated. The preferred method to specificy licenses in `pyproject.toml` is to use a SPDX license identifier. https://spdx.org/licenses/ This involves updating `project.license` from `{ file = "LICENSE" }` to `"Apache-2.0"`.
License classifiers are deprecated. The preferred method to specificy licenses in
pyproject.tomlis to use a SPDX license identifier.https://spdx.org/licenses/
This involves updating
project.licensefrom{ file = "LICENSE" }to"Apache-2.0".