Skip to content

Commit

Permalink
Added classifiers to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Dec 7, 2023
1 parent ed31473 commit 35e0b50
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,26 @@ max-line-length = 120

[tool.poetry]
authors = [
"Tomer Nosrati <tomer.nosrati@kcg.tech>",
"Thomas Grainger <pytest-celery@graingert.co.uk>",
"Omer Katz <omer.katz@omerkatz.com>",
"Tomer Nosrati <tomer.nosrati@kcg.tech>",
]
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"
Expand Down

0 comments on commit 35e0b50

Please sign in to comment.