From 8f8361fdff941db5b96b89f49a753113f4b86fc3 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Fri, 31 Oct 2025 02:32:00 +0000 Subject: [PATCH] [v3-1-test] Remove duplicate trove classifier (#57595) `"Topic :: System :: Monitoring",` is duplicate (cherry picked from commit fda6081ab386fc1491716e4c45ae2ce999408520) Co-authored-by: Kaxil Naik --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 538f08db153ff..11647b234ae98 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,6 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Topic :: System :: Monitoring", - "Topic :: System :: Monitoring", ] # Version is defined in src/airflow/__init__.py and it is automatically synchronized by prek