Add license classifier back to pyproject.toml (#19599)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Micha Reiser 2025-07-28 21:58:16 +02:00 committed by GitHub
parent 24134837f3
commit 4016aff057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Console",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License", # for compatibility with tooling such as pip-licenses
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",