From 35e0b50bca9d852b981fa215fb139d00d4f15530 Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Thu, 7 Dec 2023 20:04:26 +0200 Subject: [PATCH] Added classifiers to pyproject.toml --- pyproject.toml | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8d2a85bb..487f0d02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,11 +37,26 @@ max-line-length = 120 [tool.poetry] authors = [ + "Tomer Nosrati ", "Thomas Grainger ", "Omer Katz ", - "Tomer Nosrati ", ] -classifiers = ["License :: OSI Approved :: BSD License"] +classifiers = [ + "Development Status :: 3 - Alpha", + "License :: OSI Approved :: BSD License", + "Topic :: Software Development :: Testing", + "Framework :: Celery", + "Programming Language :: Python", + "Programming Language :: Python :: 3 :: Only", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: Implementation :: CPython", + "Operating System :: OS Independent", +] + description = "Pytest plugin for Celery" homepage = "https://github.com/celery/pytest-celery" license = "BSD"