@@ -37,11 +37,26 @@ max-line-length = 120
3737
3838[tool .poetry ]
3939authors = [
40+ " Tomer Nosrati <[email protected] >" ,
4041 " Thomas Grainger <[email protected] >" ,
414242- " 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+
4560description = " Pytest plugin for Celery"
4661homepage = " https://github.com/celery/pytest-celery"
4762license = " BSD"
0 commit comments