From 4016aff057d87ad6749262fc7016c02ea5c584cb Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Mon, 28 Jul 2025 21:58:16 +0200 Subject: [PATCH] Add license classifier back to pyproject.toml (#19599) Co-authored-by: Alex Waygood --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f24c7280e5..f17efd2c52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",