This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new bc6b3301a40 [v3-1-test] Remove duplicate trove classifier (#57595)
(#57597)
bc6b3301a40 is described below
commit bc6b3301a4060e5174b7f359362b81f9748d84f8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 03:01:37 2025 +0000
[v3-1-test] Remove duplicate trove classifier (#57595) (#57597)
`"Topic :: System :: Monitoring",` is duplicate
(cherry picked from commit fda6081ab386fc1491716e4c45ae2ce999408520)
Co-authored-by: Kaxil Naik <[email protected]>
---
pyproject.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 538f08db153..11647b234ae 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