From 2802ed03a5a50ac9843a43209a7116137456a7dc Mon Sep 17 00:00:00 2001 From: Joel Falknau Date: Mon, 15 Jul 2024 21:22:58 +1000 Subject: [PATCH] Add Celery to classifiers --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3045997f..a2568a40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,7 @@ authors = [ requires-python = ">=3.8" classifiers = [ "Environment :: Web Environment", + "Framework :: Celery", "Framework :: Django", "Framework :: Django :: 4.2", "Intended Audience :: Developers",