From 320b553015e143f517ae8d92db060f1f1c075aa9 Mon Sep 17 00:00:00 2001 From: Gideon Date: Thu, 26 Mar 2026 14:17:27 +0100 Subject: [PATCH] chore(pyproject): remove deprecated license classifier These were deprecated in [PEP 639](https://peps.python.org/pep-0639/#deprecate-license-classifiers) Committed via https://github.com/asottile/all-repos --- pyproject.toml | 1 - tests/bumpsync/pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f00010c..fe0da3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,6 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", diff --git a/tests/bumpsync/pyproject.toml b/tests/bumpsync/pyproject.toml index 3a92885..f9e6928 100644 --- a/tests/bumpsync/pyproject.toml +++ b/tests/bumpsync/pyproject.toml @@ -13,7 +13,6 @@ authors = [ ] requires-python = ">=3.12" classifiers = [ - "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13",