Skip to content

Commit 11becb3

Browse files
authored
Added classifiers to pyproject.toml (#102)
1 parent ed31473 commit 11becb3

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

pyproject.toml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,26 @@ max-line-length = 120
3737

3838
[tool.poetry]
3939
authors = [
40+
"Tomer Nosrati <[email protected]>",
4041
"Thomas Grainger <[email protected]>",
4142
"Omer Katz <[email protected]>",
42-
"Tomer Nosrati <[email protected]>",
4343
]
44-
classifiers = ["License :: OSI Approved :: BSD License"]
44+
classifiers = [
45+
"Development Status :: 3 - Alpha",
46+
"License :: OSI Approved :: BSD License",
47+
"Topic :: Software Development :: Testing",
48+
"Framework :: Celery",
49+
"Programming Language :: Python",
50+
"Programming Language :: Python :: 3 :: Only",
51+
"Programming Language :: Python :: 3.8",
52+
"Programming Language :: Python :: 3.9",
53+
"Programming Language :: Python :: 3.10",
54+
"Programming Language :: Python :: 3.11",
55+
"Programming Language :: Python :: 3.12",
56+
"Programming Language :: Python :: Implementation :: CPython",
57+
"Operating System :: OS Independent",
58+
]
59+
4560
description = "Pytest plugin for Celery"
4661
homepage = "https://github.com/celery/pytest-celery"
4762
license = "BSD"

0 commit comments

Comments
 (0)