Modernize pyproject license specification

This commit is contained in:
James R. Barlow 2025-04-06 01:07:25 -07:00
parent 43c84ca268
commit 15a77c9d69
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -9,7 +9,7 @@ name = "ocrmypdf"
dynamic = ["version"]
description = "OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched"
readme = "README.md"
license = { text = "MPL-2.0" }
license = "MPL-2.0"
requires-python = ">=3.10"
dependencies = [
"deprecation>=2.1.0",
@ -29,7 +29,6 @@ classifiers = [
"Intended Audience :: End Users/Desktop",
"Intended Audience :: Science/Research",
"Intended Audience :: System Administrators",
"License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)",
"Operating System :: MacOS",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",